gto76 / python-cheatsheet

Comprehensive Python Cheatsheet
https://gto76.github.io/python-cheatsheet/
36.28k stars 6.46k forks source link

Add pratical yield example in ML #167

Open k66inthesky opened 1 year ago

k66inthesky commented 1 year ago

Hello, I add an example in Generator section describing how amazing yield can do in machine learning while classifiers cannot train a large amount of data simultaneously.