Tag: 파이썬
-
코딩테스트 필수 유형: 투 포인터(Two Pointers) 완벽 가이드 – 연습 문제와 상세 풀이
Two Pointers solves sum problems in O(N) vs brute-force O(N²). Master two-sum, subarray sum, and three-sum with step-by-step Python solutions.
-
고객 이탈 예측 프로젝트: 실무에서 쓰이는 머신러닝 파이프라인 구축하기
Customer churn pipeline: handle class imbalance, engineer retention features, and deploy XGBoost with 0.87 ROC-AUC. Production-ready code.
-
데이터분석가 취준생을 위한 필수 데이터분석 기법 5가지와 실전 예제
5 data analysis techniques used daily by professional analysts — with Python code you can run in 10 minutes. EDA to hypothesis testing.