-
How would I go ahead debugging GPU issues?
When trying to run .fit with gpu_per_trial = 1, I receive the error "fit() got an unexpected keyword argument 'gpu_per_trial'"
I have installed Keras and…
-
It seems like this param does not exist in LGBMRegressor or any ensemble models.
-
The following link should be fixed probably? [cost-effective hyperparameter optimization](https://microsoft.github.io/FLAML/Use-Cases/Tune-User-Defined-Function#hyperparameter-optimization-algorithm)…
m13uz updated
2 years ago
-
Hello
In LightGBM, we can pass a dataframe with features marked as ignored by using the `"ignore_column"` option.
Is there a way to do the same in Flaml ?
This is very useful when one needs to keep…
-
Hi!
this library is truly awesome!
I would like to use CausalForestIV in a similar manner to how CausalForest is used in CausalForestDML, that is I would use eg FLAML to correct for the impact …
-
Basically the title.
Gherkin style :
- AS A ML developer
- WHEN I run `conda install flaml` (or `conda -c conda-forge install flaml`)
- THEN it installs FLAML in my current Conda environment
…
-
Hello!
python 3.9.5
https://microsoft.github.io/FLAML/docs/Examples/AutoML-Time%20series%20forecast
when I run Univariate time series and Multivariate time series, it return **ValueError: lis…
-
Hi,
In the documentation, it says one can set "eval_method": # validation method can be chosen from ['auto', 'holdout', 'cv']
I think it is not clear what "auto" means.
In addition, if one c…
-
try to run a s simple ts forecast code on Google Colab(12G RAM) and Amzon Sagemaker(16G RAM). Both environment get jupyter kernel crashed and restarted report after a while.
sample code:
import…
-
Is it possible to set a splitter or a iterable when fitting?