Skip to content

Commit b9786dd

Browse files
committed
fixed links and updated readme
1 parent cc9e405 commit b9786dd

File tree

4 files changed

+4981
-9
lines changed

4 files changed

+4981
-9
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Useful functions, tutorials, and other Python-related things
77
###Links to view the IPython Notebooks
88

99
- [Python benchmarks via `timeit`](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/timeit_tests.ipynb?create=1)
10-
- [Implementing the least squares fit method for linear regression and speeding it up via Cython](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/cython_least_squares.ipynb?create=1)
10+
-
11+
- Implementing the least squares fit method for linear regression and speeding it up via Cython
12+
[[IPython Notebook](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/cython_least_squares.ipynb?create=1)] [[HTML]()]
1113
- [Benchmarks of different palindrome functions](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/benchmarks/palindrome_timeit.ipynb?create=1)
1214
- [A collection of not so obvious Python stuff you should know!](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/not_so_obvious_python_stuff.ipynb?create=1)
1315
- [Python's scope resolution for variable names and the LEGB rule](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/scope_resolution_legb_rule.ipynb?create=1)

benchmarks/.ipynb_checkpoints/cython_least_squares-checkpoint.ipynb

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:14c3265ea9accf7a70bb5032b9e2b881a487f6b81b55999ef8578645edf4e3dd"
4+
"signature": "sha256:07d1097e63ed00fca1ea6848104a030744ac87d11e515ae48e01e53b7425d997"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -442,7 +442,14 @@
442442
"metadata": {},
443443
"source": [
444444
"<br>\n",
445-
"<br>\n",
445+
"<br>"
446+
]
447+
},
448+
{
449+
"cell_type": "markdown",
450+
"metadata": {},
451+
"source": [
452+
"\n",
446453
"#### Visualization"
447454
]
448455
},
@@ -514,7 +521,14 @@
514521
"metadata": {},
515522
"source": [
516523
"<br>\n",
517-
"<br>\n",
524+
"<br>"
525+
]
526+
},
527+
{
528+
"cell_type": "markdown",
529+
"metadata": {},
530+
"source": [
531+
"\n",
518532
"#### Comparing the results from the different implementations"
519533
]
520534
},
@@ -569,7 +583,14 @@
569583
"metadata": {},
570584
"source": [
571585
"<br>\n",
572-
"<br>\n",
586+
"<br>"
587+
]
588+
},
589+
{
590+
"cell_type": "markdown",
591+
"metadata": {},
592+
"source": [
593+
"\n",
573594
"#### Initial performance comparison"
574595
]
575596
},

0 commit comments

Comments
 (0)