Skip to content

Commit 777fd12

Browse files
committed
upd. algorithm cat.
1 parent 96ebee3 commit 777fd12

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@
5151
<br>
5252
###// Algorithms
5353

54+
*The algorithms category was moved to a separate GitHub repository [rasbt/algorithms_in_ipython_notebooks](https://github.com/rasbt/algorithms_in_ipython_notebooks)*
55+
56+
57+
58+
- Sorting Algorithms [[IPython nb](http://nbviewer.ipython.org/github/rasbt/algorithms_in_ipython_notebooks/blob/master/ipython_nbs/sorting/sorting_algorithms.ipynb?create=1)]
59+
60+
- Linear regression via the least squares fit method [[IPython nb](http://nbviewer.ipython.org/github/rasbt/algorithms_in_ipython_notebooks/blob/master/ipython_nbs/statistics/linregr_least_squares_fit.ipynb?create=1)]
61+
62+
- Dixon's Q test to identify outliers for small sample sizes [[IPython nb](hhttp://nbviewer.ipython.org/github/rasbt/algorithms_in_ipython_notebooks/blob/master/ipython_nbs/statistics/dixon_q_test.ipynb?create=1)]
63+
5464
- Sequential Selection Algorithms [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/sorting_csvs.ipynb)]
5565

5666

@@ -72,7 +82,6 @@ GitHub repository [One-Python-benchmark-per-day](https://github.com/rasbt/One-Py
7282

7383

7484

75-
7685
###// Other
7786

7887
- Happy Mother's Day [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/other/happy_mothers_day.ipynb?create=1)]

0 commit comments

Comments
 (0)