Skip to content

Make shared routines for data loading and preprocessing

Joseph Parker requested to merge feature/shared_preprocessing into main

The data loading and preprocessing is the same for each model. This MR makes a preprocessing.py script that has one routine to load the data, and one to oversample and scale the data.

This doesn't change any of the maths, it just removes code repetition and makes it easier to ensure consistency.

Merge request reports

Loading