Skip to content

Commit

Permalink
Fix: Add deprecated evaluator-related classes to __init__ to maintain…
Browse files Browse the repository at this point in the history
… compatibility
  • Loading branch information
opcode81 committed Sep 27, 2023
1 parent 41698b2 commit f4cd44d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sensai/evaluation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
eval_model_via_evaluator, create_evaluation_util, create_vector_model_evaluator, create_vector_model_cross_validator
from .evaluator import VectorClassificationModelEvaluator, VectorRegressionModelEvaluator, \
RegressionEvaluatorParams, ClassificationEvaluatorParams, \
VectorRegressionModelEvaluatorParams, VectorClassificationModelEvaluatorParams, \
VectorRegressionModelEvaluationData, VectorClassificationModelEvaluationData, \
RuleBasedVectorClassificationModelEvaluator, RuleBasedVectorRegressionModelEvaluator

Expand Down

0 comments on commit f4cd44d

Please sign in to comment.