会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
夏沫゛烟雨
博客园
首页
新随笔
联系
管理
订阅
2022年5月16日
机器学习中的random_state参数
摘要: 作用:控制随机状态。 原因:为什么需要用到这样一个参数random_state(随机状态)? 在此先简单罗列三种情况:1、在构建模型时: forest = RandomForestClassifier(n_estimators=100, random_state=0)forest.fit(X_tra
阅读全文
posted @ 2022-05-16 10:56 夏沫゛烟雨
阅读(1290)
评论(0)
推荐(0)
编辑
公告