LLMs-from-scratch icon indicating copy to clipboard operation
LLMs-from-scratch copied to clipboard

Issue : Missing docstring for functions `find_highest_gradient` and `train_model` in `appendix_d.py`

Open PrinceSajjadHussain opened this issue 4 months ago • 0 comments

The functions find_highest_gradient and train_model in appendix_d.py are missing docstrings. Adding docstrings would improve readability and explain the purpose, arguments, and return values of these functions.

PrinceSajjadHussain avatar Jun 22 '25 12:06 PrinceSajjadHussain