Icon

Session 2 Demos

This directory contains 3 workflows.

IconSession2 

<h1 style="text-align: center"><strong> Demo Workflow for Session 2</strong></h1><h2 style="text-align: center">Classification, Regression, and Clustering</h2>

IconSession2_​Deployment Random Forest for Fraud Detection 

We read the trained model, as well as the new transaction and applies the model to classify it. We use a Rule Engine node to apply a threshold. In case a […]

IconSession2_​Training Random Forest for Fraud Detection 

The workflow reads in the creditcard.csv file and trains and evaluates a Random Forest model to classify transactions as either fraudulent or not. Notice […]