Skip to content

Commit

Permalink
Merge pull request #470 from mv1388/cont-experiment-docu
Browse files Browse the repository at this point in the history
Cont experiment docu
  • Loading branch information
mv1388 committed Apr 14, 2020
2 parents 75d8dfa + 7ab870e commit fed6862
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/experiment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ In general, :mod:`aitoolbox.experiment` helps the user with the following:

experiment/result_package
experiment/metrics
experiment/training_history
experiment/experiment_save
experiment/training_history
7 changes: 7 additions & 0 deletions docs/source/experiment/training_history.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Training History
================

:class:`aitoolbox.experiment.training_history.TrainingHistory` is the util class which helps the user with tracking
multiple performance metrics results during the model training process.

Under the hood it is just a simple Python dict and it thus supports many of the standard dict operations and operators
for easier use. However the ``TrainingHistory`` also offers a convenient API on top of the dict geared towards
experiment performance tracking. It is mostly used under the hood of the torchtrain TrainLoops, but it can be
easily also utilized as a standalone results tracker for any kind of ML experiments.

0 comments on commit fed6862

Please sign in to comment.