Paste a time-series dataset and get a plain-English report before you choose a model.
quasi_periodic, trend_dominated, strongly_coupled_multivariate
| Axis | Score | Level | What it means |
|---|---|---|---|
| complexity | 0.78 | very high | the signal contains rich local variation rather than one simple repeating template |
| predictability | 0.78 | very high | recent history carries usable information about what comes next |
| rhythmicity | 0.76 | very high | the data contain repeating or oscillatory patterns that may support seasonal or frequency-aware analysis |
| coupling and network structure | 0.75 | very high | channels or regions move together in a structured multivariate way |
Overall reliability: 0.80 (high)
A higher reliability score means more proxy coverage and stronger data support for the reported structure.
{
"type": "profile",
"audience": "general",
"headline": "energy dataset with quasi_periodic, trend_dominated tendencies",
"archetypes": [
"quasi_periodic",
"trend_dominated",
"strongly_coupled_multivariate"
],
"top_axes": [
{
"axis": "complexity",
"score": 0.7782987367732073,
"level": "very high"
},
{
"axis": "predictability",
"score": 0.7751707345809218,
"level": "very high"
},
{
"axis": "rhythmicity",
"score": 0.7571183069003222,
"level": "very high"
}
],
"task_hints": [
"Classical forecasting baselines should be competitive; include seasonal-naive, harmonic, and linear autoregressive baselines.",
"Benchmark multivariate and graph-aware models; independent per-channel models will likely discard signal."
],
"reliability": {
"score": 0.7980902777777779,
"level": "high"
},
"notes": [
"Reliability scores combine proxy coverage and data-support heuristics."
]
}