Skip to content
C Codeloom

Topics / Machine Learning

Machine Learning

Machine learning fundamentals. Models, training, and evaluation.

Why learn Machine Learning?

  • The intuition transfers to every modern AI tool.

  • A high-leverage skill across product, analytics, and engineering.

  • You don't need a PhD — scikit-learn gets you 80% of the way.

  • Pairs naturally with Python, SQL, and Pandas.

What you can build with Machine Learning

Classification and regression on tabular data Forecasting and anomaly detection Recommendation systems Working with embeddings and LLM outputs

Machine Learning tutorials

1 article

Hand-written tutorials, ordered as a recommended learning path.

  1. 01 Train/Test & Metrics Why splitting matters, how to use train_test_split with stratification, and the metrics that actually matter — accuracy, precision, recall, F1, confusion matrices, and ROC-AUC.