machine-learning-articles
machine-learning-articles copied to clipboard
Cython trick
TL;DR
Use Cython for speed up Python code
Article Link
https://levelup.gitconnected.com/this-one-trick-can-make-your-code-17-times-more-efficient-e65769006dfa
Useful Code Snippets
%%cython -a
Applications
- Apply Dataframe rows much quicker
- Speed up transformation pipeline
- Use Cython to speed up the training process
Comments/ Questions
I think need fix typo in the Title and TL;TR
Cthon -> Cython