All Projects → risenW → Datasist

risenW / Datasist

Licence: mit
A Python library for easy data analysis, visualization, exploration and modeling

Projects that are alternatives of or similar to Datasist

Amazing Feature Engineering
Feature engineering is the process of using domain knowledge to extract features from raw data via data mining techniques. These features can be used to improve the performance of machine learning algorithms. Feature engineering can be considered as applied machine learning itself.
Stars: ✭ 218 (+77.24%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, feature-engineering, data-visualization
Deep Learning Machine Learning Stock
Stock for Deep Learning and Machine Learning
Stars: ✭ 240 (+95.12%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, feature-engineering, data-visualization
Seaborn Tutorial
This repository is my attempt to help Data Science aspirants gain necessary Data Visualization skills required to progress in their career. It includes all the types of plot offered by Seaborn, applied on random datasets.
Stars: ✭ 114 (-7.32%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Pydataroad
open source for wechat-official-account (ID: PyDataLab)
Stars: ✭ 302 (+145.53%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Dat8
General Assembly's 2015 Data Science course in Washington, DC
Stars: ✭ 1,516 (+1132.52%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
My Journey In The Data Science World
📢 Ready to learn or review your knowledge!
Stars: ✭ 1,175 (+855.28%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Data Science Hacks
Data Science Hacks consists of tips, tricks to help you become a better data scientist. Data science hacks are for all - beginner to advanced. Data science hacks consist of python, jupyter notebook, pandas hacks and so on.
Stars: ✭ 273 (+121.95%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Pythondata
repo for code published on pythondata.com
Stars: ✭ 113 (-8.13%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Data Science Resources
👨🏽‍🏫You can learn about what data science is and why it's important in today's modern world. Are you interested in data science?🔋
Stars: ✭ 171 (+39.02%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Cookbook 2nd Code
Code of the IPython Cookbook, Second Edition, by Cyrille Rossant, Packt Publishing 2018 [read-only repository]
Stars: ✭ 541 (+339.84%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Courses
Quiz & Assignment of Coursera
Stars: ✭ 454 (+269.11%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Cookbook 2nd
IPython Cookbook, Second Edition, by Cyrille Rossant, Packt Publishing 2018
Stars: ✭ 704 (+472.36%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Drugs Recommendation Using Reviews
Analyzing the Drugs Descriptions, conditions, reviews and then recommending it using Deep Learning Models, for each Health Condition of a Patient.
Stars: ✭ 35 (-71.54%)
Mutual labels:  jupyter-notebook, data-analysis, feature-engineering, data-visualization
Cryptocurrency Analysis Python
Open-Source Tutorial For Analyzing and Visualizing Cryptocurrency Data
Stars: ✭ 278 (+126.02%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Dtale
Visualizer for pandas data structures
Stars: ✭ 2,864 (+2228.46%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Articles
A repository for the source code, notebooks, data, files, and other assets used in the data science and machine learning articles on LearnDataSci
Stars: ✭ 350 (+184.55%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Data Science Portfolio
A Portfolio of my Data Science Projects
Stars: ✭ 149 (+21.14%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Ml Workspace
🛠 All-in-one web-based IDE specialized for machine learning and data science.
Stars: ✭ 2,337 (+1800%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Data Science
Collection of useful data science topics along with code and articles
Stars: ✭ 315 (+156.1%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization
Data Science On Gcp
Source code accompanying book: Data Science on the Google Cloud Platform, Valliappa Lakshmanan, O'Reilly 2017
Stars: ✭ 864 (+602.44%)
Mutual labels:  jupyter-notebook, data-science, data-analysis, data-visualization

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].