mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
Added scikit-learn skeleton. Marked which projects are under active development and which are coming soon. Removed redundant info.
This commit is contained in:
parent
76e1983687
commit
c35b79f485
16
README.md
16
README.md
|
@ -1,9 +1,9 @@
|
|||
# pydatanotebooks
|
||||
Python data analysis IPython Notebooks (core Python, NumPy, pandas, matplotlib, SciPy). Geared towards data anaysis.
|
||||
Python data analysis IPython Notebooks (core Python, NumPy, pandas, matplotlib, SciPy, scikit-learn).
|
||||
|
||||
## core
|
||||
|
||||
IPython Notebooks demonstrating core Python functionality geared towards data analysis.
|
||||
[Active Development] IPython Notebooks demonstrating core Python functionality geared towards data analysis.
|
||||
|
||||
* [data structures](http://nbviewer.ipython.org/github/donnemartin/pydatanotebooks/blob/master/core/structs.ipynb)
|
||||
* [data structure utilities](http://nbviewer.ipython.org/github/donnemartin/pydatanotebooks/blob/master/core/structs_utils.ipynb)
|
||||
|
@ -12,19 +12,23 @@ IPython Notebooks demonstrating core Python functionality geared towards data an
|
|||
|
||||
## numpy
|
||||
|
||||
IPython Notebooks demonstrating NumPy functionality geared towards data analysis. Coming soon.
|
||||
[Coming Soon] IPython Notebooks demonstrating NumPy functionality.
|
||||
|
||||
## pandas
|
||||
|
||||
IPython Notebooks demonstrating pandas functionality geared towards data analysis. Coming soon.
|
||||
[Coming Soon] IPython Notebooks demonstrating pandas functionality.
|
||||
|
||||
## matplotlib
|
||||
|
||||
IPython Notebooks demonstrating matplotlib functionality geared towards data analysis. Coming soon.
|
||||
[Coming Soon] IPython Notebooks demonstrating matplotlib functionality.
|
||||
|
||||
## scikit-learn
|
||||
|
||||
[Coming Soon] IPython Notebooks demonstrating scikit-learn functionality.
|
||||
|
||||
## scipy
|
||||
|
||||
IPython Notebooks demonstrating SciPy functionality geared towards data analysis. Coming soon.
|
||||
[Coming Soon] IPython Notebooks demonstrating SciPy functionality.
|
||||
|
||||
##License
|
||||
|
||||
|
|
0
scikit-learn/__init__.py
Normal file
0
scikit-learn/__init__.py
Normal file
0
scikit-learn/tests/__init__.py
Normal file
0
scikit-learn/tests/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user