Icon

Solutions

This directory contains 9 workflows.

Icon00_​Decision_​Tree_​solution 

Introduction to Machine Learning Algorithms course - Session 1 Solution to exercise 1 - Partition data into training and test set - Train a Decision Tree […]

Icon01_​Linear_​Regression_​solution 

Introduction to Machine Learning Algorithms course - Session 2 Solution to exercise 1 - Partition data into training and test set - Train a linear […]

Icon02_​Regression_​Tree_​solution 

Introduction to Machine Learning Algorithms course - Session 2 Solution to exercise 2 - Partition data into training and test set - Train a regression tree […]

Icon03_​Random_​Forest_​solution 

Introduction to Machine Learning Algorithms course - Session 2 Solution to exercise 3 - Train a random forest model - Apply the model to the test set - […]

Icon04_​Logistic_​Regression_​solution 

Introduction to Machine Learning Algorithms course - Session 2 Solution to exercise 4 - Train a logistic regression model - Apply the model to the test […]

Icon05_​Missing_​Value_​Handling_​solution 

Introduction to Machine Learning Algorithms course - Session 4 Solution to exercise 2 Handle missing values in the data by - Setting them to a fixed value […]

Icon06_​Outlier_​Detection_​solution 

Outlier Detection - Solution Introduction to Machine Learning Algorithms course - Session 4 Solution to exercise 3 Detect and remove outliers in the […]

Icon07_​Dimensionality_​Reduction_​solution 

Dimensionality Reduction Introduction to Machine Learning Algorithms course - Session 4 Solution to exercise 4 Apply the following dimensionality […]

Icon08_​Feature_​Selection_​solution 

Feature Selection - Solution Introduction to Machine Learning Algorithms course - Session 4 Solution to exercise 5 - Combine previously splitted […]