What is Machine Learning?
Machine Learning Applications/Examples
Typical Machine Learning Tasks and Pipeline
Supervised Vs. Unsupervised Machine Learning
Getting familiar with machine learning Python libraries (SciKit learn)
Code-free Machine Learning Model Representation
Introduction to KNIME Analytics Platform
Downloading and Installing KNIME
Creating new Workflows in KNIME
Different Types of Features / Variables
Feature Engineering (Transformation); Data Preprocessing
Handling Missing data
Feature Scaling and Normalization
Handling Outliers
Discretization
One hot encoding
Decision Tree Classifier
Classification Model Evaluation
Evaluation Metrics; Accuracy, Precision, Recall, and ROC Curve
Ensemble Models
Bootstrapping, Bagging, Boosting, Random Forest, and Stacking
k-Nearest Neighbor Classifier
Naïve Bayes Classifier
Quiz: Classification
Project: Kaggle Challenge to implement Classification Algorithms