valeman
valeman
**Is your feature request related to a problem? Please describe.** Conformal Prediction is a powerful uncertainty quantification framework that can benefit multiple stages of Twitter algorithm **Describe the solution you'd...
Problem: CatBoost is a great library, but it currently lacks reliable modern uncertainty quantification that is rather easy to implement using conformal prediction. https://github.com/valeman/awesome-conformal-prediction Feature request - add conformal prediction...
## Summary This proposal requests the addition of Conformal Prediction methods to LightGBM for both regression and classification tasks. Conformal Prediction provides a layer of uncertainty quantification to predictions, which...
Problem: XGBoost is a great library, but it currently lacks reliable modern uncertainty quantification that is rather easy to implement using conformal prediction. https://github.com/valeman/awesome-conformal-prediction Feature request - add conformal prediction...
MAPIE Regressor with CatBoost with categorical variables works fine, however when using LightGBM it seems to return error ' ValueError: could not convert string to float: 'class 1'
### Description It would be great to have Conformal Prediction in NeuralForecast, similar to statsforecast and mlforecast. ### Use case _No response_
Hinge loss does not seem to work unless y_cal is re-indexed from zero. alphas_cal = hinge(model.predict_proba(X_cal), model.classes_, y_cal) KeyError: 0 The above exception was the direct cause of the following...
I was wondering if this implementation allowed for multiple hidden layers that is key in getting good performance.
What classes of estimators does EnbPI in MAPIE works with? The tutorial mentions RandomForest, the EnbPI model as such as published in paper is not limited to bagging estimators and...