Closed hadisotudeh closed 2 years ago
Could you set verbose
to 3 and see if any model has been trained? The default time budget is 60s and if the preprocessing takes longer than that, no model will be trained. If that's the case, increase the time budget.
To use catboost, install flaml with the option [catboost].
pip install git+https://github.com/microsoft/FLAML.git#egg=flaml[catboost]
That is correct and it seems to be because of "time_budget". Maybe, this point can be added to the documentation.
Hi,
Today, I faced the following issue:
I am using "pip install git+https://github.com/microsoft/FLAML.git" to install the library.
P.S. it also did not let me to use catboost, as it seems it was not installed!