Icon

Random Forest

This directory contains 2 workflows.

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

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