Icon

fIX 02_​Deployment Random Forest for Fraud Detection

Fraud Detection: Random Forest Model Deployment

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 transaction is classified as fraudulent the workflow sends an email to notify of a fraud.

This workflow demonstrates how we can use the trained Random Forest Model on new data by performing the following steps:
1. Read the model and new data
2. Apply the model on the new transaction

Fraud Detection: Random Forest Model - Deployment


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 transaction is classified as fraudulent the workflow sends an email to notify of a fraud.

This workflow demonstrates how we can use the trained Random Forest Model on new data by performing the following steps:

  1. Read the model and new data

  2. Apply the model on the new transaction

Read the model and new data

Apply the model on the new transaction

Notify if transactionfraudulent
Send Email
Random Forest Predictor
Read incoming transaction
Table Reader
P(Class =1)>0.3=>1P(Class=1)<= 1
Expression
Read Random ForestModel
Model Reader

Nodes

Extensions

Links