library.phases.phases_implementation.modelling.results_analysis.results_df module

class library.phases.phases_implementation.modelling.results_analysis.results_df.ResultsDF(model_results_path: str, dataset: Dataset)[source]

Bases: object

check_header_consistency(metadata: dict)[source]
plot_results_over_time(metric: str)[source]

Plots the results over time for all models

Parameters:
  • metric (str)

  • plot (The metric to)

serialize_params(params)[source]
store_results(list_of_models: dict[str, Model], current_phase: str, models_to_exclude: list[str] = None)[source]