We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751b9ce commit 9d93085Copy full SHA for 9d93085
autoPyTorch/pipeline/components/training/metrics/metrics.py
@@ -36,7 +36,8 @@
36
worst_possible_result=MAXINT,
37
greater_is_better=False)
38
r2 = make_metric('r2',
39
- sklearn.metrics.r2_score)
+ sklearn.metrics.r2_score,
40
+ worst_possible_result=-MAXINT)
41
42
# Standard Classification Scores
43
accuracy = make_metric('accuracy',
0 commit comments