Icon

04_​Classification_​and_​Predictive_​Modelling

This directory contains 11 workflows.

Icon01_​Example_​for_​Learning_​a_​Decision_​Tree 

After the data is partitioned into train and test set, a decision tree model is trained and applied.

Icon02_​Example_​for_​Learning_​a_​Neural_​Network 

After the data is normalized and partitioned, Multi-Layer-Perzeptron (MLP) is trained and applied.

Icon03_​Example_​for_​Learning_​a_​Naive_​Bayes_​Model 

A simple example using a Naive Bayes learner and predictor to classify some shuttle data. For more background information see" […]

Icon04_​Exporting_​a_​Decision_​Tree_​as_​Image 

The workflow learns a decision tree on a data set and applies the model on a new data set, whereby the distribution is shown in small histogram depiction.

Icon05_​Gradient_​Boosted_​Trees 

This workflow shows how to learn a Gradient Boosted Trees model on the adult data set.

Icon06_​Logistic_​Regression 

This workflow is an example of how to build a basic prediction / classification model using logistic regression.

Icon07_​Decision_​Tree 

This workflow is an example of how to build a basic prediction / classification model using a decision tree. Dataset describes wine chemical features. […]

Icon08_​Regularized_​Logistic_​Regression 

The goal of this workflow is to analyze the impact of different priors in case of the logistic regression. The workflow therefore first reads the internet […]

Icon09_​Random_​Forest 

Training a decision tree and training a random forest of decision trees.

Icon10_​Analyzing_​Churn_​Models_​with_​the_​Binary_​Classification_​Inspector 

This workflow demonstrates the functionality of the Binary Classification Inspector node. It produces a complex view made of four different charts in order […]