Latest Release | |
---|---|
Release Status | |
License | |
Build Status | |
Total Downloads | |
Monthly Downloads | |
Source Rank | |
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.
pip install datasist
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 .
Full documentaion can be found here
All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.
If you would like to contribute to datasist, find a detailed contribution guide here.
Introduction to using Datasist, presented at NeuRips Meetup - PH. Click Here