This directory contains 9 workflows.
Introduction to Machine Learning Algorithms course - Session 1 Exercise 1 - Partition data into training and test set - Train a decision rree model - Apply […]
Introduction to Machine Learning Algorithms course - Session 2 Exercise 1 - Partition data into train and test set - Train a linear regression model - Apply […]
Introduction to Machine Learning Algorithms course - Session 2 Exercise 2 - Partition data into train and test set - Train a Regression Tree model - Apply […]
Introduction to Machine Learning Algorithms course - Session 2 Exercise 3 - Train a Random Forest model - Apply the model to the test set - Evaluate the […]
Introduction to Machine Learning Algorithms course - Session 2 Exercise 4 - Train a logistic regression model - Apply the model to the test set - Evaluate […]
Introduction to Machine Learning Algorithms course - Session 4 Exercise 2 Handle missing values in the data by - Setting them to a fixed value (zero) - […]
Outlier Detection Introduction to Machine Learning Algorithms course - Session 4 Exercise 3 Detect and remove outliers in the data using the […]
Dimensionality Reduction Introduction to Machine Learning Algorithms course - Session 4 Exercise 4 Apply the following dimensionality reduction […]
Feature Selection Introduction to Machine Learning Algorithms course - Session 4 Exercise 5 - Combine previously splitted train and test set - […]