Collection of Kaggle Datasets ready to use for Everyone
Project description
kaggledatasets
Collection of Kaggle Datasets ready to use for Everyone
- More about Kaggle Datasets
- Installation
- Getting Started
- Communication
- Releases and Contributing
- License
System | Python 3.5 | Python 3.6 | Python 3.7 |
---|---|---|---|
Linux | |||
macOS | |||
Windows |
More About Kaggle Datasets
import kaggledatasets as kd
dataset = kd.structured.CreditCardFraudDetection(download=True)
# Returns the split for train and test in Scikit and Tensorflow
train, test = dataset.load()
# Returns the train and test data loader for PyTorch
train_dataloader, test_dataloader = dataset.dataloader()
Installation
Binaries
Commands to install from binaries via Conda or pip wheels are on our website: https://kaggledatasets.github.io
From Source
Install Dependencies
pip install -r requirements.txt
Get the kaggledatasets Source
git clone --recursive https://github.com/kaggledatasets/kaggledatasets
cd kaggledatasets
Install kaggledatasets
python setup.py install
Getting Started
Communication
- GitHub Issues: bug reports, feature requests, dataset requests, install issues, help wanted, thoughts, etc.
- Slack: The Kaggle Datasets Slack hosts a primary audience of moderate to experienced Kaggle Datasets users and developers for general chat, online discussions, collaboration etc. If you need a slack invite, please visit: http://bit.ly/kdslack
Releases and Contributing
kaggledatasets is expecting to have a 30 day release cycle (major releases). Please let us know if you encounter a bug by filing an issue.
We appreciate all contributions and make sure you go through our Contributing Guide. If you are planning to contribute back bug-fixes, please do so without any further discussion.
If you plan to contribute new features, new datasets, utility functions or extensions to the core, please first open an issue and discuss the feature with us. Sending a PR without discussion might end up resulting in a rejected PR, because we might be taking kaggledatasets in a different direction than you might be aware of.
License
kaggledatasets is Apache-2.0 licensed, as found in the LICENSE file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file kaggledatasets-0.0.1.tar.gz
.
File metadata
- Download URL: kaggledatasets-0.0.1.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 963f075b4bb8df1bb1596b75b7e9d471a48046e30812093bdf6f96df2456018b |
|
MD5 | a16a5f07c2aeed1556cadd217e287a64 |
|
BLAKE2b-256 | 56617203709fe84e5e8c4cd632c7d6186063a61a218fa011fa86801139cfd6b0 |
File details
Details for the file kaggledatasets-0.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: kaggledatasets-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d077cc93496e9c8fe2b871190ecbd1bd407ab56417621fa10d6e8bea159be46e |
|
MD5 | a911996a2fed82f008259b454ee19185 |
|
BLAKE2b-256 | c57b562b2a75e79771af967c6763e05fd4b86f18fe542f6e0044b2ccf4773e44 |