This directory contains 5 workflows.
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 is an example of how to build a basic prediction / classification model using a decision tree. Dataset describes wine chemical features. […]
Training a decision tree and training a random forest of decision trees. URL: Decision Tree Node: Algorithm Settings https://youtu.be/CSwM92yTrJw
This workflow builds a recommandation engine for market basket analysis using the Borgelt version of the Apriori algorithm. 1. Read Transaction/Basket […]