4. Machine learningΒΆ

machine_learning.define_scaling

Defines scaling method based on model configurations.

machine_learning.define_model

Defines model based on model configurations.

machine_learning.split_scale_train_test_split

Splits and transforms the X-array (or sample data) and Y-array (or target data) in test-data and training-data.

machine_learning.fit_predict

Fits classifier based on training-data and makes predictions.

machine_learning.pickle_clf

(Re)fits a classifier with all available data and pickles it.

machine_learning.load_clfs

Loads the paths to all previously fitted classifiers to a list.