stared / livelossplot

Live training loss plot in Jupyter Notebook for Keras, PyTorch and others
https://p.migdal.pl/livelossplot
MIT License
1.29k stars 142 forks source link

Docstrings - function and class explanations #58

Closed stared closed 4 years ago

stared commented 5 years ago

The majority of functions and classes miss dosctrings, i.e. helper texts.

Even if you new to livelossplot, open source or Python in general, I believe you can contribute! :) And if you are a veteran, it will be a piece of cake.

You can do it one by one, noo need to do everything in one go. Every help is appreciated.

Please adhere to PEP 257 -- Docstring Conventions.

stared commented 4 years ago

With 0.5.0 there are, see #82 . :)