|
AQIT 0.1.0
|
Functions | |
| dict[str, Any] | run (**Any kwargs) |
| dict[str, Any] | list_runs (**Any kwargs) |
| dict[str, Any] | replay (str run_id, **Any kwargs) |
| dict[str, Any] | compare (str run_id_a, str run_id_b, **Any kwargs) |
| dict[str, Any] compare | ( | str | run_id_a, |
| str | run_id_b, | ||
| **Any | kwargs ) |
Definition at line 33 of file simulate.py.
| dict[str, Any] list_runs | ( | **Any | kwargs | ) |
Definition at line 24 of file simulate.py.
| dict[str, Any] replay | ( | str | run_id, |
| **Any | kwargs ) |
Definition at line 28 of file simulate.py.
| dict[str, Any] run | ( | **Any | kwargs | ) |
Run a training simulation for the loaded model.
Definition at line 19 of file simulate.py.