finol.evaluation_layer

The evaluation_layer module contains evaluation layer related classes and functions.

finol.evaluation_layer.BenchmarkLoader

Class to load the benchmarks and perform comparisons.

finol.evaluation_layer.DistillerSelector

Class to select distiller for model economic distillation.

finol.evaluation_layer.EconomicDistiller

Class to implement economic distillation methods.

finol.evaluation_layer.MetricCalculator

Class to calculate various evaluation metrics based on the loaded dataset and trained model.

finol.evaluation_layer.ModelEvaluator

Class to evaluate the performance of a trained model using various metrics.

finol.evaluation_layer.ResultVisualizer

Class to visualize the results of proposed data-driven OLPS method.