-
Hi:
I am using a customized catboost learner but having difficulties in specifying cat_features.
The codes for the customized learner is:
from catboost import CatBoostClassifier
class MyM…
-
I am using FLAML in Django views:
X_train, X_test, y_train, y_test = train_test_split(df.copy(), train_size=selectedTrainingPercentage)
automl = Au…
-
Are there any development plans to allow FLAML to report multiple metrics at the end of a `fit()` call? E.g., accuracy, f1, AUC, and even confusion matrix? My understanding is that you can only get `b…
-
Hi,
Since today I am getting below error while training the model-
`
AttributeError Traceback (most recent call last)
in ()
119 }
120 np.random.seed(2021)
…
-
Hi everyone!!
I've received the atribute error message below when using FLAML with XGBoost (this error occurs with others algorithms too):
```
[flaml.automl: 07-01 10:45:34] {908} INFO - Evalua…
-
My team is working on a multiclass classification model for a predicting the workload type(POC, Prod, Dev, Test) of Azure services like SQLDW, Synapse and SQLDB. We replaced the Gridsearch/XGBoost wit…
-
I noticed that FLAML will only retrain on the full dataset if the `eval_method` parameter is set to `'holdout'`:
https://github.com/microsoft/FLAML/blob/b04b00dc9d4bc47a4135f777ca7e419854ceb140/fla…
-
-
After upgrading to the newest version of FLAML, I am running into the following error when I set `ensemble=True`:
```
Traceback (most recent call last):
File "search.py", line 229, in
mai…
-
Feedback from sebhrusen (from the automlbenchmark)
CatboostEstimator is creating and filling a catboost_info subfolder in the running directory. We should be able to pass a 'train_dir' param to Catbo…