Skip to content

Commit

Permalink
Fixed type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
opcode81 committed Nov 15, 2023
1 parent 1a2cb71 commit 28ac351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sensai/evaluation/evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ class VectorClassificationModelEvaluator(VectorModelEvaluator[VectorClassificati
def __init__(self,
data: Optional[InputOutputData],
test_data: InputOutputData = None,
params: VectorClassificationModelEvaluatorParams = None):
params: ClassificationEvaluatorParams = None):
"""
Constructs an evaluator with test and training data.
Expand Down

0 comments on commit 28ac351

Please sign in to comment.