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
How can we get the conformalizing quantile after cp.fit(...)?
Maybe we could get something like:
cp.get_conformalizer(alpha=0.043) > 3.095
The nonconformity scores should already stored somewhere in the object, after fit, it would boil down to apply the correct (non trivial?) quantile formula from within puncc to the array of scores.
The text was updated successfully, but these errors were encountered:
How can we get the conformalizing quantile after
cp.fit(...)
?Maybe we could get something like:
The nonconformity scores should already stored somewhere in the object, after fit, it would boil down to apply the correct (non trivial?) quantile formula from within puncc to the array of scores.
The text was updated successfully, but these errors were encountered: