Train the fraud detection model
In your notebook environment, open the 1_experiment_train.ipynb file and follow the instructions directly in the notebook. The instructions guide you through some simple data exploration, experimentation, and model training tasks.
Procedure
-
In the JupyterLab interface, open the
1_experiment_train.ipynbfile. -
Follow the instructions in the notebook to explore the data, experiment with features, and train the model.
-
Save the model in Open Neural Network Exchange (ONNX) format. By using ONNX, you can transfer models between frameworks with minimal preparation and without the need for rewriting the models.
Additional resources