Skip to content

Commit 42de00f

Browse files
correct conformlize
1 parent 0a28194 commit 42de00f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mapie/regression/regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ def fit(
522522
# Fit the prediction function
523523
self.fit_estimator(X, y, sample_weight, groups)
524524

525-
# Conformalize the model:
525+
# Conformlize the model:
526526
self.conformlize(X, y, sample_weight, groups, **kwargs)
527527

528528
return self

mapie_v1/regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def conformalize(
400400
Self
401401
The conformalized SplitConformalRegressor instance.
402402
"""
403-
self.mapie_regressor.conformalize(
403+
self.mapie_regressor.conformlize(
404404
X,
405405
y,
406406
groups=groups,

0 commit comments

Comments
 (0)