Skip to content

Commit

Permalink
estimator instead of base_estimator
Browse files Browse the repository at this point in the history
  • Loading branch information
03bennej committed Dec 13, 2023
1 parent c37b448 commit 95a3c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eipy/ei.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ def _train_predict_single_base_predictor(
)

if self.calibration_model is not None:
self.calibration_model.base_estimator = model
self.calibration_model.estimator = model
model = self.calibration_model

model.fit(X_sample, y_sample)
Expand Down

0 comments on commit 95a3c17

Please sign in to comment.