1. 首页
  2. 数据库
  3. 其它
  4. hyperoptsearchcv:用于Hyperopt的sklearn包装器 源码

hyperoptsearchcv:用于Hyperopt的sklearn包装器 源码

上传者: 2021-02-23 23:25:36上传 ZIP文件 3.66KB 热度 4次
超级搜索 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 ]), }
下载地址
用户评论