Skip to content
forked from risenW/datasist

Datasist abstract numerous techniques and functions used repeatedly in Data Science and Machine Learning.

License

Notifications You must be signed in to change notification settings

stobasa/datasist

 
 

Repository files navigation

datasist

datasist: Python library for easy data modeling, visualization, exploration and analysis.

Latest Release latest release
Release Status status
License license
Build Status build status

What is it?

datasist is a python package providing fast, quick, and an abstracted interface to popular and frequently used functions or techniques relating to data analysis, visualization, data exploration, feature engineering, Computer, NLP, Deep Learning, modeling, model deployment etc.

Install

pip install datasist

Dependencies

  • Numpy
  • pandas
  • seaborn
  • matplotlib
  • scikit-learn

Installation from source

To install datasist from source you need python 3.6> in addition to the normal dependencies above.

Run the following command in a terminal/command prompt

git clone https://github.com/risenW/datasist.git
cd datasist
python setup.py install

Alternatively, you can use install with pip after cloning, if you want all the dependencies pulled in automatically (the -e option is for installing it in [development mode]:

git clone https://github.com/risenW/datasist.git
cd datasist
pip install -e .

Documentation

API documentation can be found here

Contributing to datasist

All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.

A detailed overview on how to contribute can be found in the contributing guide.

If you are simply looking to start working with the datasist codebase, navigate to the GitHub "issues"tab and start looking through interesting issues. There are a number of issues listed under good first issue where you could start out.

Example Usage

Classification problem using Xente fraud dataset

Basic example using the Iris dataset

About

Datasist abstract numerous techniques and functions used repeatedly in Data Science and Machine Learning.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 93.1%
  • Python 6.9%