machine-learning-articles icon indicating copy to clipboard operation
machine-learning-articles copied to clipboard

Cython trick

Open khuyentran1401 opened this issue 4 years ago • 1 comments

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

khuyentran1401 avatar Jul 24 '20 02:07 khuyentran1401

I think need fix typo in the Title and TL;TR

Cthon -> Cython

oleksis avatar Jul 25 '20 12:07 oleksis