Skip to content

Commit

Permalink
Add performance tutorial for EuroSciPy 2022 (#72)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
emmanuelle and Emmanuelle Gouillart authored Aug 29, 2022
1 parent e15c6e6 commit be34fdb
Show file tree
Hide file tree
Showing 2 changed files with 664 additions and 0 deletions.
663 changes: 663 additions & 0 deletions lectures/7_performance.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ matplotlib >= 3.5
notebook >= 6.4
scikit-learn >= 1.0
packaging >= 21.3
line-profiler >= 3.3

0 comments on commit be34fdb

Please sign in to comment.