Machine Learning
Machine Learning
Machine learning is the ability of a computer or a machine to carry out tasks or make decisions without being
explicitly programmed.
You train a machine to predict and monitor things on its own.
Types of Approach
Classification under Supervised
Regressed
Scikit-learn is a package that comes with so many algorithms that allow you to build machine models and
evaluate the capacity to....
Clustering is grouping
Target Name
Description
df.groupby("A")["B"].mean().mean()
.count().reset_indxe().sort_values(by = 'A', ascending = false)