src.util¶
Utility functions for data loading, preprocessing, and metric calculation.
Functions
|
Calculates and returns a dictionary of evaluation metrics. |
|
Gets JSON-serializable parameters from a scikit-learn model. |
|
Loads the Boston Housing dataset and converts it to an ordinal problem. |
|
Loads and preprocesses the Car Evaluation dataset. |
|
Dispatcher to load the specified dataset. |
|
Loads and preprocesses the Poker Hand dataset. |
|
Loads and preprocesses the Wine Quality dataset. |