Skip to content

magiccpp/git-clone-https-github.com-maryami66-uci_dataset

 
 

Repository files navigation

Python Documentation Github MIT License LinkedIn


UCI Dataset

A tool for loading UCI Machine Learning Repository datasets easily without need to download them.
List of avaiable dataset»

List of dataset

Here you can find the list of dataset in the latest release along with the name of the function to load the data.

Prerequisites

The requirements are numpy, pandas, and scipy

Installation

  1. Clone the repo
    git clone https://github.com/maryami66/uci_dataset
  2. Install packages
    pip install uci-dataset

Usage

Load the data using load_dataname

import uci_dataset as dataset

abolone = dataset.load_abolone()

Contributing

I would be happy if a contributor add more dataset.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Maryam Bahrami - [email protected]

Project Link: https://github.com/maryami66/uci-dataset

Acknowledgements

About

to add the forest cover dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%