// tag
Machine Learning
2 posts

Understanding scikit-learn's Estimator API Through fit, predict, and transform
An exploration of the roles of fit, predict, and transform—the methods that appear repeatedly in scikit-learn—using the Iris dataset.
Machine Learningscikit-learn
I Started Studying Machine Learning: First, Getting the Big Picture
A complete beginner's attempt to understand the basics of machine learning, including supervised, unsupervised, and reinforcement learning, as well as the process of building and evaluating a model.
Machine Learning