Skip to content

A lightweight experiment tracker for numerical optimization problems

License

Notifications You must be signed in to change notification settings

atraders/fit-tracker

Repository files navigation

Fit Tracker

A lightweight package to track training of statistical/ML models.

Quickstart

Fit tracker provides a transparent and simple way to log the results of experiments such as training a ML/statistical models, or running a numerical simulation where events might be indexed by integers or dates.

The only tracker implemented so far is the FileTracker, that writes a log file on your disk.

tracker = FileTracker('path/to/logfile.log')

About

A lightweight experiment tracker for numerical optimization problems

Resources

License

Stars

Watchers

Forks

Packages

No packages published