ClimbsRocks / auto_ml

[UNMAINTAINED] Automated machine learning for analytics & production
http://auto-ml.readthedocs.io
MIT License
1.64k stars 310 forks source link

Can I change the model_params and see parameters of the saved model?Advise to provide options. #399

Open Chianghung opened 6 years ago

Chianghung commented 6 years ago

Hello everyone. for example: 'LGBMRegressor': {'n_estimators': 2000, 'learning_rate': 0.15, 'num_leaves': 8, 'lambda_l2': 0.001, 'histogram_pool_size': 16384}
I want to use more n_estimators so that I can get better results. Thanks very much.

arianpasquali commented 6 years ago

I would also love to be able to do that. Still figuring out how.