An open API service indexing awesome lists of open source software.

https://github.com/quickheaven/python-for-data-science-and-machine-learning-bootcamp

Python for Data Science and Machine Learning Bootcamp
https://github.com/quickheaven/python-for-data-science-and-machine-learning-bootcamp

data-science linear-regression logistic-regression machine-learning matplotlib numpy pandas python seaborn

Last synced: about 1 month ago
JSON representation

Python for Data Science and Machine Learning Bootcamp

Awesome Lists containing this project

README

          

# Python for Data Science and Machine Learning Bootcamp

Learn how to use NumPy, Pandas, Seaborn , Matplotlib , Plotly , Scikit-Learn , Machine Learning, Tensorflow , and more.

## Python Crash Course

## Python for Data Analysis - Numpy

```
import numpy as np
```

## Python for Data Analysis - Pandas

## Python for Data Visualization - Matplotlib

## Python for Data Visualization - Seaborn
* [Distribution Plots](https://nbviewer.org/github/quickheaven/python-for-data-science-and-machine-learning-bootcamp/blob/0e745030da8b521b80d92a47d41a5c1fea875e0d/Section%209-48%20Python%20for%20Data%20Visualization%20-%20Seaborn%20-%20Distribution%20Plots.ipynb) - distplot, jointplot, pairplot and rugplot

* [Categorical Plots](https://nbviewer.org/github/quickheaven/python-for-data-science-and-machine-learning-bootcamp/blob/0e745030da8b521b80d92a47d41a5c1fea875e0d/Section%209-49%20Python%20for%20Data%20Visualization%20-%20Seaborn%20-%20Categorical%20Plots.ipynb) - barplot, countplot, boxplot, violinplot, stripplot, swarmplot and factorplot

* [Matrix Plots](https://nbviewer.org/github/quickheaven/python-for-data-science-and-machine-learning-bootcamp/blob/0e745030da8b521b80d92a47d41a5c1fea875e0d/Section%209-50%20Python%20for%20Data%20Visualization%20-%20Seaborn%20-%20Matrix%20Plots.ipynb) - heatmap and clustermap

* [Grids Plots](https://nbviewer.org/github/quickheaven/python-for-data-science-and-machine-learning-bootcamp/blob/0e745030da8b521b80d92a47d41a5c1fea875e0d/Section%209-51%20Python%20for%20Data%20Visualization%20-%20Seaborn%20-%20Grids.ipynb) - FairGrid and FacetGrid

* [Regression Plots](https://nbviewer.org/github/quickheaven/python-for-data-science-and-machine-learning-bootcamp/blob/0e745030da8b521b80d92a47d41a5c1fea875e0d/Section%209-52%20Python%20for%20Data%20Visualization%20-%20Seaborn%20-%20Regression%20Plots.ipynb) - lmplot

* [Style and Color Plots](https://nbviewer.org/github/quickheaven/python-for-data-science-and-machine-learning-bootcamp/blob/0e745030da8b521b80d92a47d41a5c1fea875e0d/Section%209-53%20Python%20for%20Data%20Visualization%20-%20Seaborn%20-%20Style%20and%20Color.ipynb)