Skip to content
forked from risenW/datasist

As a data scientist/ Machine Learning engineer, "you should be thinking of what to do rather than how to do it!". Datasist abstract numerous techniques and functions used repeatedly in DS, ML, NLP, CV and EDA.

License

Notifications You must be signed in to change notification settings

DataDeus/datasist

 
 

Repository files navigation

Getting Started

datasist

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

Latest Release latest release
Release Status status
License license
Build Status build status
Total Downloads Downloads
Monthly Downloads Downloads
Source Rank Libraries.io SourceRank
Twitter Twitter URL

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

Installation from source (Developers)

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

Full documentaion can be found here

Contributing to datasist

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.

Using Datasist

Quick start guide

Tutorial guide

Youtube Videos

Introduction to using Datasist, presented at NeuRips Meetup - PH. Click Here

About

As a data scientist/ Machine Learning engineer, "you should be thinking of what to do rather than how to do it!". Datasist abstract numerous techniques and functions used repeatedly in DS, ML, NLP, CV and EDA.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 90.5%
  • Python 9.5%