Phase 28: Practical Data ScienceΒΆ
This folder is the transition from studying concepts to performing applied work under interview-style and project-style constraints. It is broad by design, so the main job of this README is to keep the breadth from turning into noise.
What This Phase Is ForΒΆ
Consolidating ML, statistics, SQL, forecasting, and applied deep learning
Practicing end-to-end workflows instead of isolated techniques
Preparing for interviews, take-homes, and portfolio projects
Recommended OrderΒΆ
Choose one or two tracks below based on your target role
SubtracksΒΆ
python-data-science/: data cleaning, EDA, feature workmachine-learning/: pipelines, validation, ensembles, interpretabilitystatistics-mlops/: experimentation, metrics, monitoring thinkingsql-data-engineering/: data extraction and transformation habitstime-series-forecasting/: forecasting and anomaly detectioncomputer-vision/: practical CV workflowsdeep-learning-nlp/: applied NLP and deep learning practicerecommender-causal/: recommendation and causal framingsolutions/: answer keys or worked examples where available
How To Use This Folder WellΒΆ
Pick a role first, then limit yourself to the most relevant subtracks.
Prefer one complete project over sampling ten notebooks shallowly.
Write up your assumptions, metrics, and trade-offs as if someone else will review your work.
Capstone IdeasΒΆ
Churn prediction with a full validation and monitoring plan
Forecasting dashboard with anomaly alerts
Recommendation prototype with offline evaluation
SQL-to-model pipeline with a short stakeholder-facing writeup