42-AI / bootcamp_machine-learning

Bootcamp to learn basics in Machine Learning
Other
205 stars 41 forks source link

ML02 ex03 (gradient): name syntax #240

Open mli42 opened 2 years ago

mli42 commented 2 years ago

All function we are told to code has a name finished by _ (fit_, predict_, ...) Thus, I think gradient should be renamed to gradient_ It is currently not producing any bug, but it is a bit inconsistent.

Fixed on: