Closed SamuelGabriel closed 11 months ago
Hi, thank you for the bug report!
@Innixma I was able to reproduce the bug locally. It seems that the root of the problem is this change that accidentally removed the code for ensuring that only models listed in DEFAULT_QUANTILE_MODEL
can be trained when problem_type==QUANTILE
. We need to introduce this change and, probably, add tests that would catch similar problems in the future.
Fixed in #3761
Hi There,
Nice to have seen some of you at Automl-conf and thanks for this package.
I run into the following errors when using quantile (@jwmueller). I give a little script you can copy into ipython to see it for yourself below. It happens on any kind of dataset for me.
and
I run autogluon like this:
my env
Screenshots / Logs
Installed Versions