Unit 2: Introduction to Machine Learning ======================================== In this unit we introduce the field of Machine Learning and develop the first set of techniques for supervised learning. .. toctree:: :maxdepth: 1 ml_intro linear_regression linear_classification model_quality spambase_solution knn decision_tree_and_random_forrest ensemble_and_boosting data_standardization_and_pipelines