|
| 1 | +## UI Basics |
| 2 | + |
| 3 | +Aim enables powerful UI to explore logged ML runs and metadata. |
| 4 | + |
| 5 | +### Runs explorer |
| 6 | +Runs explorer will help you to hollistically view all your [runs](./SDK_basics.html#create-a-run), each metric last tracked values and tracked hyperparameters. |
| 7 | + |
| 8 | +Features: |
| 9 | +- Full Research context at hand |
| 10 | +- Search runs by date, experiment, hash, tag or parameters |
| 11 | +- Search by run/experiment |
| 12 | + |
| 13 | +<img style="border: 1px solid #1d2253" src="../_static/images/ui_basics/runs.png" /> |
| 14 | + |
| 15 | +### Metrics explorer |
| 16 | +Metrics explorer helps you to compare 100s of metrics within a few clicks. |
| 17 | +It helps to save lots of time compared to other open-source experiment tracking tools. |
| 18 | + |
| 19 | +Features: |
| 20 | +- Easily query any metric |
| 21 | +- Group by any parameter |
| 22 | +- Divide into subplots |
| 23 | +- Aggregate grouped metrics (by conf. interval, std. dev., std. err., min/max) |
| 24 | +- Apply smoothing |
| 25 | +- Change scale of the axes (linear or log) |
| 26 | +- Align metrics by time, epoch or another metric |
| 27 | + |
| 28 | +<img style="border: 1px solid #1d2253" src="../_static/images/ui_basics/metrics.png" /> |
| 29 | + |
| 30 | +### Params explorer |
| 31 | +Params explorer enables a parallel coordinates view for metrics and params. Very helpful when doing hyperparameter search. |
| 32 | + |
| 33 | +Features: |
| 34 | +- Easily query any metrics and params |
| 35 | +- Group runs or divide into subplots |
| 36 | +- Apply chart indicator to see correlations |
| 37 | + |
| 38 | +<img style="border: 1px solid #1d2253" src="../_static/images/ui_basics/params.png" /> |
| 39 | + |
| 40 | +### Single run page |
| 41 | +Explore all the metadata associated with a run on the single run page. |
| 42 | +It's accessible from all the tables and tooltips. |
| 43 | + |
| 44 | +Features: |
| 45 | +- See all the logged params of a run |
| 46 | +- See all the tracked metrics(including system metrics) |
| 47 | + |
| 48 | +<img style="border: 1px solid #1d2253" src="../_static/images/ui_basics/single_run.png" /> |
| 49 | + |
| 50 | +### Images explorer (coming soon...) |
| 51 | +Track intermediate images and search, compare them on the Images Explorer. |
| 52 | + |
| 53 | +<img style="border: 1px solid #1d2253" src="../_static/images/ui_basics/images.png" /> |
0 commit comments