Li's Bioinfo-Blog
  • 主页
  • 分类
  • 标签
  • 归档
  • 关于
  • 搜索
Home » Tags

机器学习

机器学习基于sklearn(3)--常见分类任务学习器

目的:演示常见几种分类器的使用方法,对其超参数调优候选超参数的选择 0、示例数据 1 2 3 4 5 6 7 8 9 10 11 12 from sklearn import datasets from sklearn.model_selection import train_test_split from sklearn.preprocessing import StandardScaler from sklearn.model_selection import cross_val_score from sklearn.model_selection import...

Create: 2022-09-04 | Update: 2022-09-04 | Words: 648 | 2 min | Lishensuo

机器学习基于sklearn(4)--常见回归任务学习器

目的:演示常见几种回归器的使用方法,对其超参数调优候选超参数的选择 0、示例数据 1 2 3 4 5 6 7 8 9 10 11 12 from sklearn import datasets from sklearn.model_selection import train_test_split from sklearn.preprocessing import StandardScaler from sklearn.model_selection import cross_val_score from sklearn.model_selection import...

Create: 2022-09-04 | Update: 2022-09-04 | Words: 578 | 2 min | Lishensuo

机器学习--自动机器学习工具autogluon

最先在李沐大神在B站的分享中了解到autogluon,它是一个自动机器学习工具,可用于文本图片识别、表格任务等。据说效果非常不错&ndash...

Create: 2022-09-17 | Update: 2022-09-17 | Words: 1667 | 4 min | Lishensuo
« Prev Page
© 2025 Li's Bioinfo-Blog Powered by Hugo & PaperMod
您是本站第 位访问者,总浏览量为 次