model.runtime.workflows.temporal_cv_workflow¶
Temporal cross-validation workflow for ADELM calibration.
Module Contents¶
Classes¶
Run calibration under temporal cross-validation. |
API¶
- class model.runtime.workflows.temporal_cv_workflow.TemporalCVWorkflow(config, config_path=None, config_overrides=None)¶
Bases:
model.runtime.workflows.base_workflow.BaseWorkflowRun calibration under temporal cross-validation.
Initialization
- workflow_name¶
‘temporal_cv’
- run(epochs=10, lr=0.001, train_chunk_size=None, max_grad_norm=1.0, skip_nan_grads=True, show_progress=True, debug=False, output_dir=None, fold_id=0)¶