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
ERROR: MethodError: no method matching ConformalPrediction.ConformalQuantileRegressor(::MLJBase.DeterministicPipeline{…}, ::Float64, ::Nothing, ::ConformalPrediction.var"#f#25", ::Float64)
The type `ConformalPrediction.ConformalQuantileRegressor` exists, but no method is defined for this combination of argument types when trying to construct it.
The text was updated successfully, but these errors were encountered:
Thanks for flagging @Qfl3x. I'm currently caught up in research so won't get to this anytime soon I'm afraid.
@MojiFarmanbar just FYI as well, seems like the ConformalQuantileRegressor cannot handle Pipeliness for some reason.
It also seems that plotting crashes for the README tutorial.
Regarding this @Qfl3x could you post the error you get? Plotting functionality has been moved to TaijaPlotting.jl, so you need to also run using TaijaPlotting for this to work (see here in the Quarto notebook that's used to produce the README). That first code cell should probably be shown in the README to avoid confusion, I'll open a separate issue for that.
The regression tutorial: https://www.taija.org/ConformalPrediction.jl/stable/tutorials/regression/ is crashing at
with error:
The text was updated successfully, but these errors were encountered: