Added matplotlib applied notebook, with visualizations appied to Kaggle competitions for exploratory data analysis. This was separated from the original matplotlib notebook that contained both general functionality and the applied section.

This commit is contained in:
Donne Martin 2015-06-11 07:17:52 -04:00
parent c0b8c9b764
commit 2b2d4cf112
3 changed files with 431 additions and 397 deletions

View File

@ -144,6 +144,7 @@ Credits: Some content forked from [Parallel Machine Learning with scikit-learn a
| Notebook | Description |
|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
| [matplotlib](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/matplotlib/matplotlib.ipynb) | Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. |
| [matplotlib-applied](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/matplotlib/matplotlib-applied.ipynb) | Matplotlib visualizations appied to Kaggle competitions for exploratory data analysis. Examples of bar plots, histograms, subplot2grid, normalized plots, scatter plots, subplots, and kernel density estimation plots. |
<br/>
<p align="center">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long