Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadhussein462 committed Dec 19, 2024
1 parent 34d9cdc commit 87441b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapie/regression/quantile_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ def fit(
self._fit_estimators(
X=X_train,
y=y_train,
sample_weight_train=sample_weight,
sample_weight=sample_weight,
**fit_params
)

Expand Down

0 comments on commit 87441b0

Please sign in to comment.