bluecast.evaluation.base_classes¶
Base classes for evaluation purposes
Module Contents¶
Classes¶
Abstract class to define error reading out of fold datasets from BlueCast pipelines. |
|
Abstract class to define analysing prediction errors on out of fold datasets |
|
Abstract class to define the analysis of prediction errors on out of fold datasets |
|
Abstract class to define the plots for error analysis |
- class bluecast.evaluation.base_classes.DataReader¶
Bases:
abc.ABCAbstract class to define error reading out of fold datasets from BlueCast pipelines.
- abstract read_data_from_bluecast_instance() polars.DataFrame¶
- abstract read_data_from_bluecast_cv_instance() polars.DataFrame¶
- class bluecast.evaluation.base_classes.ErrorPreprocessor¶
Bases:
abc.ABCAbstract class to define analysing prediction errors on out of fold datasets
- abstract stack_predictions_by_class(df: polars.DataFrame) polars.DataFrame¶
- abstract calculate_errors(df) polars.DataFrame¶