Icon

Chapter4

This directory contains 7 workflows.

Icon1. Data Preparation 

Examples of common data preparation methods for machine learning, including missing value handling, normalization, and partitioning

Icon2. My First Model 

Classification wih naive Bayes and decision tree classifiers, with the performance evaluated by the scorer node and ROC curves

Icon3. My First ANN 

An exercise on classification with a multi-layer perceptron

Icon4. Clustering and Regression 

Exercise on linear regression and k-means clustering.