Skip to content

Commit 6363d06

Browse files
authored
Update README.md
1 parent 34edffc commit 6363d06

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: README.md

+7
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,11 @@ See my articles on Medium on this topic.
148148
### Unit testing ML code with Pytest
149149
Check the files and detailed instructions in the [Pytest](https://github.com/tirthajyoti/Machine-Learning-with-Python/tree/master/Pytest) directory to understand how one should write unit testing code/module for machine learning models
150150

151+
---
152+
153+
### Memory and timing profiling
154+
155+
Profiling data science code and ML models for memory footprint and computing time is a critical but often overlooed area. Here are a couple of Notebooks showing the ideas,
151156

157+
* [Memory profling using Scalene](https://github.com/tirthajyoti/Machine-Learning-with-Python/tree/master/Memory-profiling/Scalene)
158+
* [Time-profiling data science code](https://github.com/tirthajyoti/Machine-Learning-with-Python/blob/master/Time-profiling/cProfile.ipynb)

0 commit comments

Comments
 (0)