ClimbsRocks / auto_ml

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

gs issues #364

Open ClimbsRocks opened 6 years ago

ClimbsRocks commented 6 years ago

parallelism doesn't work. probably need to bring back copy_reg stuff. we didn't catch this because our test suite runs single-threaded, because nested parallelism fails.

the user has to pass in model__ for each param name for gs_params. make this easier by checking for model__ and, updating the param name accordingly.

xialeizhou commented 6 years ago

opps ~~~ this project has so many bugs~