bootcamp_machine-learning
bootcamp_machine-learning copied to clipboard
ML02 ex03 (gradient): name syntax
- Day: 07
- Exercise: 03
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:
- [ ] Github
- [ ] Gitlab