A tool for loading UCI Machine Learning Repository datasets easily without need to download them.

Here you can find the list of dataset in the latest release along with the name of the function to load the data.
The requirements are numpy, pandas, and scipy
Clone the repo
git clone https://github.com/maryami66/uci_datasetInstall packages
pip install uci-datasetLoad the data using load_dataname
import uci_dataset as dataset abolone = dataset.load_abolone()I would be happy if a contributor add more dataset.
Fork the Project
Create your Feature Branch (git checkout -b feature/AmazingFeature)
Commit your Changes (git commit -m 'Add some AmazingFeature')
Push to the Branch (git push origin feature/AmazingFeature)
Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Project Link: https://github.com/maryam-bahrami/uci-dataset