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 74b451c commit 7c05589Copy full SHA for 7c05589
autoemulate/core/compare.py
@@ -134,6 +134,8 @@ def __init__(
134
Metrics to compute during evaluation.
135
If None, then defaults to ["r2", "rmse"].
136
Each entry can be a string shortcut or a MetricConfig object.
137
+ IMPORTANT: The first metric in the list is used to
138
+ determine the best model.
139
"""
140
Results.__init__(self)
141
self.random_seed = random_seed
0 commit comments