tsf_list_models
Probe which time series forecasting models are actually importable in your environment. Call before cross-validating to avoid proposing models that cannot run.
Instructions
Probe which models actually import in this environment.
Call this before cross-validating so you never propose a model that cannot run here. Returns {available, statistical, foundation, unavailable}, where each unavailable entry carries the real reason -- some models are gated on the Python version, not merely absent.
The first call imports TimeCopilot and can take ~30 seconds; later calls are instant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |