You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I was wondering if the calibration csv file that exists within this repo for calibration corresponds to the original pickle calibration that Mirai initially used? It seems that the versioning of sklearn has changed again and the custom calibration.py file that was created cannot be used because there is an issue getting the base_estimator value from the calibrator. Are you able to provide these values for the calibrator: base_estimator.coef_[0], base_estimator.intercept_[0], calibrator.a_, calibrator.b_?
The text was updated successfully, but these errors were encountered:
Hello, I was wondering if the calibration csv file that exists within this repo for calibration corresponds to the original pickle calibration that Mirai initially used? It seems that the versioning of sklearn has changed again and the custom calibration.py file that was created cannot be used because there is an issue getting the base_estimator value from the calibrator. Are you able to provide these values for the calibrator: base_estimator.coef_[0], base_estimator.intercept_[0], calibrator.a_, calibrator.b_?
The text was updated successfully, but these errors were encountered: