mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-28 23:49:13 +00:00
corrected typo in example xgboost documentation (#449)
This commit is contained in:
parent
b930de0e1f
commit
a4970d279c
@ -13,7 +13,7 @@ automl = AutoML()
|
||||
settings = {
|
||||
"time_budget": 60, # total running time in seconds
|
||||
"metric": 'r2', # primary metrics for regression can be chosen from: ['mae','mse','r2']
|
||||
"estimator_list": ['xgboost'], # list of ML learners; we tune lightgbm in this example
|
||||
"estimator_list": ['xgboost'], # list of ML learners; we tune XGBoost in this example
|
||||
"task": 'regression', # task type
|
||||
"log_file_name": 'houses_experiment.log', # flaml log file
|
||||
"seed": 7654321, # random seed
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user