This directory contains 6 workflows.
Fraud Detection: Model Training This workflow reads in the creditcard.csv file and trains and evaluates a Random Forest model to classify transactions […]
Fraud Detection: Model Deployment This workflow, the deployment workflow, reads the trained model, as well as the new transaction and applies the model […]
Keras Autoencoder for Fraud Detection Training Partition numeric input data into a training, test, and validation set. Normalize the data into range […]
Keras Autoencoder for Fraud Detection Deployment Read Keras model. Read deployment data, which are normalized into range [0,1]. Apply the Keras model to […]
Isolation Forest for Fraud Detection: Model Training This workflow uses the KNIME H2O Machine Learning Integration to train an isolation forest model for […]
Isolation Forest for Fraud Detection: Model Deployment This workflow reads the trained isolation forest model, as well as the new transaction and applies […]