Skip to content

Commit be34fdb

Browse files
emmanuelleEmmanuelle Gouillart
and
Emmanuelle Gouillart
authored
Add performance tutorial for EuroSciPy 2022 (#72)
* tutorial on performance for Euroscipy * added line-profiler to requirements * replace time calls by timeit magic * line-profiler version Co-authored-by: Emmanuelle Gouillart <[email protected]>
1 parent e15c6e6 commit be34fdb

File tree

2 files changed

+664
-0
lines changed

2 files changed

+664
-0
lines changed

lectures/7_performance.ipynb

+663
Large diffs are not rendered by default.

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ matplotlib >= 3.5
55
notebook >= 6.4
66
scikit-learn >= 1.0
77
packaging >= 21.3
8+
line-profiler >= 3.3

0 commit comments

Comments
 (0)