Vincent Blot

Results 7 comments of Vincent Blot

Hi @RudrakshTuwani, This implementation needs quite a huge refactoring to our code. As a simple solution, you could use this wrapper : ```python class FakeModel: def __init__(self): self.pred_proba = None...

Hi @sdestercke and @M-Soundouss, do you have any news about this issue ?

As this issue has no activities, I close it. Feel free to re-open it

Hi @valeman, could you provide some code so that we can see the error ?

Thanks, I think I would need more details (for instance, what is you sd_estimator ?). Could you give a reproducible example so I can run it ?

Hi @ivan-marroquin, thank you for your issue. Indeed, automatically estimated the number of resampling is a good idea. Do you have a theoretical formula to do it ? If so...

Hello @manjavacas, indeed, at the end of the day, the better your model, the better your prediction intervals. However, you should keep in mind that conformal predictions estimate the uncertainty...