Arsa Nikzad
Results
2
issues of
Arsa Nikzad
Just wondering whether the cost function on page 457 should read: if(any(pred == "VF" & obs == "L")) cost[pred == "VF" & obs == "L"]
Hello, When using CatBoostClassifier as the final estimator in FLAML's automl ensemble configuration, are the parameters of final_estimator - CatBoostClassifier() - automatically tuned, or do they default? ```python "ensemble": {'final_estimator':...