This directory contains 4 workflows.
This workflow is an example of how to train a basic machine learning model for a churn prediction task. In this case, we use a Decision Tree algorithm. […]
This workflow demonstrates the use case of reading a trained model and using it for churn prediction on new set of rows. The "PMML Reader" is used to read […]
In this workflow, we perform a Clustering task on location data where we have longitude and latitude information. We use the k-means algorithm to cluster […]
This workflow is an example of how to train a basic machine learning model - Linear Regression for a house price prediction task If you want to give […]