Open mshr-h opened 5 months ago
This is the latest ok log. Build · microsoft/hummingbird@d2aa5dc Seems like scikit-learn-1.5.0 is the problem.
According to the Version 1.5—scikit-learn 1.5.0 documentation, ensemble.BaggingClassifier and cross_decomposition.PLSRegression have changed something. Have those changes caused the errors?
Feature ensemble.BaggingClassifier and ensemble.BaggingRegressor now support metadata routing. The fit methods now accept **fit_params which are passed to the underlying estimators via their fit methods. #28432 by Adam Li and Benjamin Bossan.
Fix The coef_ fitted attribute of cross_decomposition.PLSRegression now takes into account both the scale of X and Y when scale=True. Note that the previous predicted values were not affected by this bug. #28612 by Guillaume Lemaitre.
log: Build · microsoft/hummingbird@ae958a2
cc: @ksaur @interesaaat