Paste a time-series dataset and get a plain-English report before you choose a model.
mixed_structure
| Axis | Score | Level | What it means |
|---|---|---|---|
| complexity | 0.70 | high | the signal contains rich local variation rather than one simple repeating template |
| rhythmicity | 0.61 | high | the data contain repeating or oscillatory patterns that may support seasonal or frequency-aware analysis |
| predictability | 0.58 | high | recent history carries usable information about what comes next |
| coupling and network structure | 0.53 | moderate | 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": "traffic dataset with mixed_structure tendencies",
"archetypes": [
"mixed_structure"
],
"top_axes": [
{
"axis": "complexity",
"score": 0.6991946143381664,
"level": "high"
},
{
"axis": "rhythmicity",
"score": 0.6071488101123808,
"level": "high"
},
{
"axis": "predictability",
"score": 0.577359480722792,
"level": "high"
}
],
"task_hints": [
"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."
]
}