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 b6b8392 commit ae03b4fCopy full SHA for ae03b4f
mapie/conformity_scores/conformity_scores.py
@@ -10,7 +10,7 @@
10
@deprecated(
11
"WARNING: Deprecated path to import ConformityScore. "
12
"Please prefer the new path: "
13
- "[from mapie.conformity_scores import ConformityScore]."
+ "[from mapie.conformity_scores import BaseRegressionScore]."
14
)
15
class ConformityScore(BaseConformityScore, metaclass=ABCMeta):
16
"""
0 commit comments