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 d5eab17f75
Update conda_env click prefix to conda-env
1 year ago
..
b824d7c2d5
Fix bug in replace_nan that removed imputation:method from params.yaml. Re-run DVC repro
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
hpc
d5eab17f75
Update conda_env click prefix to conda-env
1 year 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
afecec1ddb
initial commit using cookiecutter data science
3 years ago
afecec1ddb
initial commit using cookiecutter data science
3 years ago

Comments

Loading...