hyperoptsearchcv:用于Hyperopt的sklearn包装器 源码
超级搜索 hyperopt的包装器可与sklearn管道一起使用 例 像原始hyperopt中一样 search_space = { 'n_estimators' : hp . quniform ( 'n_estimators' , 25 , 1525 , 50 ), 'min_samples_split' : hp . choice ( 'min_samples_split' , [ 2 , 5 , 20 , 50 ]), 'min_samples_leaf' : hp . choice ( 'min_samples_leaf' , [ 1 , 2 , 4 ]), }
文件列表
hyperoptsearchcv-master.zip
(预估有个4文件)
hyperoptsearchcv-master
.gitignore
1KB
README.md
1KB
test.py
1KB
HyperoptSearchCV.py
4KB
暂无评论