finol.evaluation_layer.ModelEvaluator

class finol.evaluation_layer.ModelEvaluator(load_dataset_output, train_model_output)[源代码]

Class to evaluate the performance of a trained model using various metrics. This class facilitates the assessment of model effectiveness by comparing it against benchmarks, calculating performance metrics, and visualizing the results.

参数:
  • load_dataset_output (Dict) – Dictionary containing output from function load_dataset().

  • train_model_output (Dict) – Dictionary containing output from function train_model().

Methods

evaluate_model()

Evaluate the model based on the loaded dataset and trained model.

evaluate_model()[源代码]

Evaluate the model based on the loaded dataset and trained model.

返回:

Dictionary containing the evaluation output of the model.

返回类型:

Dict