data-describe / awesome-data-science-models

A few end to end examples that use data-describe
Apache License 2.0
16 stars 17 forks source link

Initial commit hyperparameter tuning for xgboost and tensorflow. #30

Closed bobbyjacob closed 3 years ago

bobbyjacob commented 3 years ago

@Sheth108 or @haishiro (if you have time), here's a branch that does hp tuning for both xgboost and tensorflow. I had to use the census income data to get this to work (copying @dandawg 's work) rather than lending club. Please see if you can run it end-to-end and also try changing the parameters in the yaml files in the exercises folder to see if that works as well.