This directory contains 11 workflows.
After the data is partitioned into train and test set, a decision tree model is trained and applied.
After the data is normalized and partitioned, Multi-Layer-Perzeptron (MLP) is trained and applied.
A simple example using a Naive Bayes learner and predictor to classify some shuttle data. For more background information see" […]
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.
This workflow shows how to learn a Gradient Boosted Trees model on the adult data set.
This workflow is an example of how to build a basic prediction / classification model using logistic regression.
This workflow is an example of how to build a basic prediction / classification model using a decision tree. Dataset describes wine chemical features. […]
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 […]
Training a decision tree and training a random forest of decision trees.
This workflow demonstrates the functionality of the Binary Classification Inspector node. It produces a complex view made of four different charts in order […]