当前位置:网站首页>Dataset:机器学习中常用数据集下载链接集合之详细攻略
Dataset:机器学习中常用数据集下载链接集合之详细攻略
2022-08-02 05:33:00 【一个处女座的程序猿】
Dataset:机器学习中常用数据集下载链接集合之详细攻略
目录
机器学习中常用数据集下载链接集合之详细攻略
sklearn.datasets数据集所有csv文件集合
代码链接:sklearn.datasets.load_boston — scikit-learn 1.1.1 documentation
from sklearn.datasets import load_boston
load_boston([return_X_y])
load_iris([return_X_y])
load_diabetes([return_X_y])
load_digits([n_class, return_X_y])
load_linnerud([return_X_y])
load_wine([return_X_y])
load_breast_cancer([return_X_y])
seaborn-data数据集所有csv文件集合
代码链接:seaborn.load_dataset — seaborn 0.11.2 documentation
from seaborn import load_dataset
csv具体文件地址:https://github.com/mwaskom/seaborn-data
anagrams.csv
anscombe.csv
attention.csv
brain_networks.csv
car_crashes.csv
diamonds.csv
dots.csv
exercise.csv
flights.csv
fmri.csv
gammas.csv
geyser.csv
iris.csv
mpg.csv
penguins.csv
planets.csv
taxis.csv
tips.csv
titanic.csv
边栏推荐
- 字节面试题:如何保证缓存和数据库的一致性
- Point Density-Aware Voxels for LiDAR 3D Object Detection Paper Notes
- 程序员写PPT的小技巧
- MySQL Index Common Interview Questions (2022 Edition)
- mysql高阶语句(一)
- Analysis of the source code of the JS UI framework of Hongmeng system
- 如何进行并发数计算(稳定性测试和压力测试)?
- Xgboost报错 ValueError: Invalid shape: (1650, 2) for label
- Luogu mini game Daquan (everyone who uses Luogu must know)
- Leetcode parentheses matching problem -- 32. The longest parentheses effectively
猜你喜欢
随机推荐
node安装及环境配置
MySQL union query (multi-table query)
洛谷小游戏大全(用洛谷的人都得知道)
双重for循环案例(用js打印九九乘法表)
路由规划中级篇
Node installation and configuration of environment variables
go里面的基本知识
Nacos安装详细过程
The virtual reality real estate display system foresees the future decoration effect in advance
pl/sql之神奇的嵌套与变量生命周期
npm、cnpm的安装
关于 VS Code 优化启动性能的实践
selenium + robotframework的运行原理
zabbix auto-discovery and auto-registration
Analysis of the source code of the JS UI framework of Hongmeng system
node安装及环境变量配置
MySql -- 不存在则插入,存在则更新或忽略
rhce作业
mysql高阶语句(一)
[OpenCV from entry to practice] image processing technology [pixel] (the most detailed in the whole network)