Icon

04_​Analyze

This directory contains 4 workflows.

Icon01_​Analyze_​Training_​a_​Churn_​Predictor 

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. […]

Icon02_​Analyze_​Apply_​Churn_​Predictor 

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 […]

Icon03_​Analyze_​Clustering_​location_​data 

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 […]

Icon04_​Analyze_​Linear_​Regression 

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 […]