Laurent Sorber
Laurent Sorber
Yes, Poe will spawn a subprocess. [Poe added the ability to exec a command at our request a while back](https://github.com/nat-n/poethepoet/issues/47). [And we want to exec the process because of the...
Would that automatically relax the constraint when running `poetry add`? If not, could it be a pre-commit hook?
Thanks for the responses @JanBenisek @pythongeert. I think there are two distinct sources of danger under discussion in this issue: 1. `TargetEncoder` can be considered dangerous because it may give...
Hi @ejhlego, apologies for the delay in responding to this question! Your analysis of the problem is correct: the fact that you supply a fitted model in combination with PR...
Hi @ejhlego, we just released v0.4.0 which brings a number of improvements. Specifically, https://github.com/radix-ai/conformal-tights/pull/28 may help address the issue you reported. If that solves it for you, please let me...
For the record: no release on PyPI suffered from this issue, only a transient version on `main`. Will close this issue as completed, but let me know if you do...
Hi, thank you! Yes, it is. That’s one of the features we’d like to add. It’s not in the initial release because our view on conformal prediction for classification is...
Waiting on https://github.com/Nixtla/statsforecast/pull/793.
Hi @antara-c, thanks for the report. Could you provide a minimal reproducible example please?