Churn

Create Binary Classification model on Demo Churn dataset

1. If you want to use Graphite Note demo datasets click "Import DEMO Dataset"

2. Select the dataset you want to use to create a machine learning model. In this case we will select Churn dataset to create binary classification analysis on customer engagement data .

3. Once selected, demo dataset will load into your account. Dataset view will automatically open.

4. Adjust your dataset options on Settings tab. Click Columns tab to view list of available columns with their corresponding data types. Explore dataset details on Summary tab.

5. To create new model in the Graphite Note main menu click on "Models"

6. You will get list of available models. Click on "New Model" to create new one.

7. Select model type from our templates. In our case we will select "Binary Classification" by double clicking on its name.

8. Select dataset you want to use to produce model. We will use "Demo-Churn.csv."

9. Name your new model. We will call it "Binary Classification on Demo-Churn".

10. Write description of the model and select tag. If you want to, you can also create a new tag from pop-up "Tags" window that will appear on the screen.

11. Click "Create" to create your demo model environment.

12. To set up Binary Classification model first you need to define "Target Feature". That is binary column from your dataset that you'd like to make predictions about. In case of Binary Classification on Churn dataset, the target feature will be "Churn" column.

13. Click "Next" to get the list of model features that will be included in scenario. Model relies upon each column (feature) to make accurate predictions. When training model we will calculate which of the features are most important and behave as Key Drivers.

14. To start training model click "Run scenario". This will take a sample of 80% of your data and train several machine learning models.

15. Wait for a few moments and Voilà! Your Binary Classification model is trained. Click on "Performance" tab to get model insights and view Key Drivers.

16. Explore Binary Classification model by clicking on Impact Analysis and Training Results to get more insights on how model is trained.

17. If you want to turn your model into action click on "Predict" tab in the main model menu.

18. You can produce your own "What-If analysis" based on existing training results. You can also import a fresh CSV dataset with data model will use to make predictions on a target column. In our case that is "Churn". Keep in mind, the dataset you are uploading needs to contain same feature columns as your model.

19. Use your model often to predict future behaviour and to learn which key drivers are impacting the outcomes. The more you use and retrain your model, the smarter it becomes!

Last updated