Paste a time-series dataset and get a plain-English report before you choose a model.
trend_dominated, irregularly_sampled, sparse_monitoring, asynchronous_multichannel
| Axis | Score | Level | What it means |
|---|---|---|---|
| complexity | 0.82 | very high | the signal contains rich local variation rather than one simple repeating template |
| trend strength | 0.71 | high | there is meaningful slow movement or baseline shift rather than pure fluctuation |
| observation irregularity | 0.57 | high | measurements do not arrive on a clean, even grid, so timing and missingness matter |
| predictability | 0.55 | high | recent history carries usable information about what comes next |
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": "clinical dataset with trend_dominated, irregularly_sampled tendencies",
"archetypes": [
"trend_dominated",
"irregularly_sampled",
"sparse_monitoring"
],
"top_axes": [
{
"axis": "complexity",
"score": 0.821680879102062,
"level": "very high"
},
{
"axis": "trendness",
"score": 0.714499203958714,
"level": "high"
},
{
"axis": "sampling_irregularity",
"score": 0.5687832953126785,
"level": "high"
}
],
"task_hints": [
"Benchmark irregular-time models or continuous-time/state-space baselines; avoid evaluating only on resampled regular grids.",
"Channels are observed asynchronously; models that treat missingness and observation timing as signal should be prioritized."
],
"reliability": {
"score": 0.7963680555555555,
"level": "high"
},
"notes": [
"Irregular inputs are profiled without interpolation; when explicit timestamps are available, spectral proxies use Lomb-Scargle style irregular-spectrum estimates."
]
}