Skip to content

Commit ae03b4f

Browse files
committed
FIX: typoe replace ConformityScore by BaseRegressionScore
1 parent b6b8392 commit ae03b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapie/conformity_scores/conformity_scores.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@deprecated(
1111
"WARNING: Deprecated path to import ConformityScore. "
1212
"Please prefer the new path: "
13-
"[from mapie.conformity_scores import ConformityScore]."
13+
"[from mapie.conformity_scores import BaseRegressionScore]."
1414
)
1515
class ConformityScore(BaseConformityScore, metaclass=ABCMeta):
1616
"""

0 commit comments

Comments
 (0)