Skip to content

Commit

Permalink
correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadhussein462 committed Dec 2, 2024
1 parent e513767 commit cc57df1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mapie/estimator/regressor.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,8 @@ def fit_multi_estimators(
if self.cv == "prefit":

# Create a placeholder attribute 'k_' filled with NaN values
# (This attribute is defined for consistency but is not used in prefit mode)
# This attribute is defined for consistency but
# is not used in prefit mode
self.k_ = np.full(
shape=(n_samples, 1), fill_value=np.nan, dtype=float
)
Expand Down

0 comments on commit cc57df1

Please sign in to comment.