kaggledatasets:可供所有人使用的Kaggle数据集的集合(正在寻找贡献者)

时间:2024-02-23 23:25:39
【文件属性】:

文件名称:kaggledatasets:可供所有人使用的Kaggle数据集的集合(正在寻找贡献者)

文件大小:44KB

文件格式:ZIP

更新时间:2024-02-23 23:25:39

python data-science machine-learning deep-learning tensorflow

kaggle数据集 可供所有人使用的Kaggle数据集集合 系统 Python 3.5 Python 3.6 Python 3.7 Linux 苹果系统 视窗 有关Kaggle数据集的更多信息 import kaggledatasets as kd heart_disease = kd . structured . HeartDiseaseUCI ( download = True ) # Returns the pandas data frame to be used in Scikit Learn or any other framework df = heart_disease . data_frame () # Returns the tensorflow dataset type compatible with TF 2.0 dataset = heart_disease . load () for batch , label in dataset . take ( 1 ): for key , value in batch . items ():


【文件预览】:
kaggledatasets-master
----.github()
--------PULL_REQUEST_TEMPLATE.md(730B)
--------ISSUE_TEMPLATE()
----scripts()
--------conda()
----.pylintrc(98B)
----requirements.txt(19B)
----examples()
--------core()
--------__init__.py(608B)
--------structured()
----CONTRIBUTING.md(2KB)
----.travis.yml(3KB)
----LICENSE(11KB)
----setup.cfg(143B)
----setup.py(1KB)
----README.md(5KB)
----kaggledatasets()
--------core()
--------__init__.py(802B)
--------structured()
----docs()
--------source()
--------make.bat(799B)
--------Makefile(638B)
----tests()
--------test_config.py(934B)
--------test_downloader.py(2KB)
--------__init__.py(34B)
----.gitignore(844B)
----CHANGELOG.md(329B)

网友评论