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.

Jupyter Notebook 1
Procedure
  1. In the JupyterLab interface, open the 1_experiment_train.ipynb file.

  2. Follow the instructions in the notebook to explore the data, experiment with features, and train the model.

  3. 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