SciKit Data

https://img.shields.io/pypi/v/scikit-data.svg https://img.shields.io/travis/OpenDataScienceLab/skdata.svg Documentation Status

Conda package current release info

Anaconda-Server Badge Anaconda-Server Badge

About SciKit Data

The propose of this library is to allow the data analysis process more easy and automatic.

This library is based on some important libraries as:

  • pandas;
  • jupyter;
  • matplotlib;
  • scikit-learn;

Installing scikit-data

Using conda

Installing scikit-data from the conda-forge channel can be achieved by adding conda-forge to your channels with:

$ conda config --add channels conda-forge

Once the conda-forge channel has been enabled, scikit-data can be installed with:

$ conda install scikit-data

It is possible to list all of the versions of scikit-data available on your platform with:

$ conda search scikit-data --channel conda-forge

Using pip

To install scikit-data, run this command in your terminal:

$ pip install skdata

If you don’t have pip installed, this Python installation guide can guide you through the process.