BaseResults
BaseResults
- class BaseResults[source]
Base results class.
Methods
check_fitted_strategy_exists(strategy, ...)Check that fitted strategy exists.
check_predictions_exist(strategy, ...)Check that predictions exist.
load_fitted_strategy(strategy_name, ...)Load fitted strategies for all datasets and strategies iteratively.
load_predictions(cv_fold, train_or_test)Load predictions for all datasets and strategies iteratively.
save()Save results object as master file.
save_fitted_strategy(strategy, dataset_name, ...)Save fitted strategy.
save_predictions(strategy_name, ...)Save predictions.
- save_predictions(strategy_name, dataset_name, y_true, y_pred, y_proba, index, cv_fold, train_or_test)[source]
Save predictions.
- load_predictions(cv_fold, train_or_test)[source]
Load predictions for all datasets and strategies iteratively.
- check_predictions_exist(strategy, dataset_name, cv_fold, train_or_test)[source]
Check that predictions exist.
- save_fitted_strategy(strategy, dataset_name, cv_fold)[source]
Save fitted strategy.
- load_fitted_strategy(strategy_name, dataset_name, cv_fold)[source]
Load fitted strategies for all datasets and strategies iteratively.
- check_fitted_strategy_exists(strategy, dataset_name, cv_fold)[source]
Check that fitted strategy exists.
- save()[source]
Save results object as master file.

