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