Track sequences#
How can I track parameters, time series, metrics and more?#
In this experiment, we demonstrate how to track constants, complex objects, as well as rich multidimensional time series.
The sequence tracks also timestamps in the timestamp
column, omitted to avoid unnecessary changes whenever we updated the docs.
Reloading experiments, access to tracking data and resumed computation is also included.
Example on tracking
Output
Session(db="sqlite:///:memory:", experiments(0)=[])
--
Experiment(name="example", runs.count=2, id="d65df69e-1175-44a5-be2f-2232765703b8")
--
Contents of sequence in a single run:
n fibonacci
0 1.0 1.0
1 2.0 1.0
2 3.0 2.0
3 4.0 3.0
4 5.0 5.0
5 6.0 8.0
6 7.0 13.0
--
Contents of X, N and score on all runs:
X N score
0 2 7 1
1 1 7 1