Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Jeff Nirschl 036d5e4c5f
Update feature engineering to bin/quantize the continuous features Age, Fare, and family_size.Update parameter tuning to allow hyperopt to optimize n_estimators for RF model. Also, change hyperopt.hp.choice to hyperopt.hp.quniform for sampling integer features from a uniform distribution. Previously, hp.quniform was returning float values when the RF model required integers. The workaround included adding the following to the objective function: param[key] = int(param[key])
3 years ago
..
afecec1ddb
initial commit using cookiecutter data science
3 years ago
afecec1ddb
initial commit using cookiecutter data science
3 years ago
1114efcf4e
Create function to compute James-Stein estimator.
3 years ago
036d5e4c5f
Update feature engineering to bin/quantize the continuous features Age, Fare, and family_size.Update parameter tuning to allow hyperopt to optimize n_estimators for RF model. Also, change hyperopt.hp.choice to hyperopt.hp.quniform for sampling integer features from a uniform distribution. Previously, hp.quniform was returning float values when the RF model required integers. The workaround included adding the following to the objective function: param[key] = int(param[key])
3 years ago
4c4735258f
Update dvc files
3 years ago
17d9608490
Add default XGBoostClassifier. Re-run pipeline
3 years ago

Comments

Loading...