All Projects → ashishpatel26 → datascienv

ashishpatel26 / datascienv

Licence: MIT license
datascienv is package that helps you to setup your environment in single line of code with all dependency and it is also include pyforest that provide single line of import all required ml libraries

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to datascienv

Mlcourse.ai
Open Machine Learning Course
Stars: ✭ 7,963 (+14924.53%)
Mutual labels:  numpy, scikit-learn, pandas, seaborn, matplotlib
Ai Learn
人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域
Stars: ✭ 4,387 (+8177.36%)
Mutual labels:  numpy, pandas, seaborn, matplotlib, tensorflow2
Mars
Mars is a tensor-based unified framework for large-scale data computation which scales numpy, pandas, scikit-learn and Python functions.
Stars: ✭ 2,308 (+4254.72%)
Mutual labels:  numpy, scikit-learn, pandas, xgboost, lightgbm
Machine Learning Alpine
Alpine Container for Machine Learning
Stars: ✭ 30 (-43.4%)
Mutual labels:  numpy, scikit-learn, pandas, xgboost, matplotlib
covid-19
Data ETL & Analysis on the global and Mexican datasets of the COVID-19 pandemic.
Stars: ✭ 14 (-73.58%)
Mutual labels:  numpy, pandas, seaborn, matplotlib
AutoTabular
Automatic machine learning for tabular data. ⚡🔥⚡
Stars: ✭ 51 (-3.77%)
Mutual labels:  scikit-learn, xgboost, lightgbm, catboost
introduction to ml with python
도서 "[개정판] 파이썬 라이브러리를 활용한 머신 러닝"의 주피터 노트북과 코드입니다.
Stars: ✭ 211 (+298.11%)
Mutual labels:  numpy, scikit-learn, pandas, matplotlib
The-Data-Visualization-Workshop
A New, Interactive Approach to Learning Data Visualization
Stars: ✭ 59 (+11.32%)
Mutual labels:  numpy, pandas, seaborn, matplotlib
Arch-Data-Science
Archlinux PKGBUILDs for Data Science, Machine Learning, Deep Learning, NLP and Computer Vision
Stars: ✭ 92 (+73.58%)
Mutual labels:  scikit-learn, pandas, xgboost, lightgbm
Exploratory Data Analysis Visualization Python
Data analysis and visualization with PyData ecosystem: Pandas, Matplotlib Numpy, and Seaborn
Stars: ✭ 78 (+47.17%)
Mutual labels:  numpy, pandas, seaborn, matplotlib
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+4045.28%)
Mutual labels:  numpy, scikit-learn, pandas, matplotlib
Pythondatasciencehandbook
The book was written and tested with Python 3.5, though other Python versions (including Python 2.7) should work in nearly all cases.
Stars: ✭ 31,995 (+60267.92%)
Mutual labels:  numpy, scikit-learn, pandas, matplotlib
data-analysis-using-python
Data Analysis Using Python: A Beginner’s Guide Featuring NYC Open Data
Stars: ✭ 81 (+52.83%)
Mutual labels:  numpy, pandas, seaborn, matplotlib
Data Science Ipython Notebooks
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
Stars: ✭ 22,048 (+41500%)
Mutual labels:  numpy, scikit-learn, pandas, matplotlib
Udacity-Data-Analyst-Nanodegree
Repository for the projects needed to complete the Data Analyst Nanodegree.
Stars: ✭ 31 (-41.51%)
Mutual labels:  numpy, pandas, seaborn, matplotlib
Github-Stars-Predictor
It's a github repo star predictor that tries to predict the stars of any github repository having greater than 100 stars.
Stars: ✭ 34 (-35.85%)
Mutual labels:  seaborn, xgboost, matplotlib, catboost
Engezny
Engezny is a python package that quickly generates all possible charts from your dataframe and saves them for you, and engezny is only supporting now uni-parameter visualization using the pie, bar and barh visualizations.
Stars: ✭ 25 (-52.83%)
Mutual labels:  numpy, pandas, matplotlib
Cheatsheets.pdf
📚 Various cheatsheets in PDF
Stars: ✭ 159 (+200%)
Mutual labels:  numpy, scikit-learn, pandas
Tensorflow Ml Nlp
텐서플로우와 머신러닝으로 시작하는 자연어처리(로지스틱회귀부터 트랜스포머 챗봇까지)
Stars: ✭ 176 (+232.08%)
Mutual labels:  numpy, pandas, xgboost
Data Science Types
Mypy stubs, i.e., type information, for numpy, pandas and matplotlib
Stars: ✭ 180 (+239.62%)
Mutual labels:  numpy, pandas, matplotlib

Data Science Environment Setup in single line

PyPI version GitHub version PyPI license forthebadge made-with-python

This package helps to setup your Data Science environment in single line.

Developed by Ashish Patel(c) 2020.

datascienv

datascienv is a python package offering a single line Data Science Environment setup.

Installation


Dependencies

datascienv is tested to work under Python 3.7+ and greater. The dependency requirements are based on the datascienv package update release:

Installation

  • datascience is currently available on the PyPi's repository and you can install it via pip:
pip install -U datascienv
  • If you prefer, you can clone it and run the setup.py file. Use the following commands to get a copy from GitHub and install all dependencies:
git clone https://github.com/ashishpatel26/datascienv.git
cd datascienv
pip install .
  • Or install using pip and GitHub:
pip install -U git+https://github.com/ashishpatel26/datascienv.git
  • Warnings: If you find this type of warning then ignore that warning.


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].