当前位置:网站首页>Dataset: A detailed guide to the download link collection of commonly used datasets in machine learning
Dataset: A detailed guide to the download link collection of commonly used datasets in machine learning
2022-08-02 06:57:00 【A Virgo programmer】
Dataset: A detailed guide to the download link collection of commonly used datasets in machine learning
Table of Contents
A detailed guide to the download link collection of commonly used datasets in machine learning
sklearn.datasets dataset collection of all csv files
seaborn-data dataset collection of all csv files
A detailed guide to the download link collection of commonly used datasets in machine learning
sklearn.datasets dataset collection of all csv files
Code link: sklearn.datasets.load_boston — scikit-learn 1.1.1 documentation
from sklearn.datasets import load_bostonload_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 dataset collection of all csv files
Code link: seaborn.load_dataset — seaborn 0.11.2 documentation
from seaborn import load_datasetcsv specific file address: 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
边栏推荐
- MySQL Advanced SQL Statements (2)
- 保证家里和企业中的WIFI安全-附AC与AP组网实验
- 金蝶国际:半年亏掉去年一年,疯狂烧钱的商业模式如何持续
- MySQL联合查询(多表查询)
- 代码编世界 科技创未来
- Nacos数据库配置
- Nacos installation configuration and single-machine deployment tutorial
- View source and switch mirrors in two ways: npm and nrm
- leetcode括号匹配问题——32.最长有效括号
- A detailed introduction to the deployment and usage of the Nacos registry
猜你喜欢
随机推荐
MySQL经典50道练习题及全网最详细解析
MySQL高级SQL语句
从入门到精通的MySQL数据库视频教程
BGP+MPLS综合实验
npm、nrm两种方式查看源和切换镜像
Nacos注册中心的部署与用法详细介绍
Toolbox App 1.25 新功能一览 | 版本更新
MySQL - 多表查询与案例详解
保证家里和企业中的WIFI安全-附AC与AP组网实验
pytorch常用函数
MySQL Advanced Study Notes
Node installation and configuration of environment variables
MySQL联合查询(多表查询)
How to install the specified version package with NPM and view the version number
C# 编码规范手册
VMTK环境配置记录
推出 Space On-Premises (本地部署版) Beta 版!
MySQL 5.7 installation tutorial (full-step, nanny-level tutorial)
Tips for programmers to write PPT
Polar Parametrization for Vision-based Surround-View 3D Detection 论文笔记








