ClimbsRocks / auto_ml

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

print out params as their own columns in the df #257

Closed ClimbsRocks closed 7 years ago

ClimbsRocks commented 7 years ago

right now we print the params as a dict, we could pretty easily print them each as their own column in the df.

ClimbsRocks commented 7 years ago

done