tda-trajectory-baselines

Builds conventional non-topological baselines to contextualize persistent-homology trajectory results.

1|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/ZK-Theory/TDL --skill tda-trajectory-baselines-zk-theory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tda-trajectory-baselines
Source: https://github.com/ZK-Theory/TDL/tree/main/.agents/skills/tda-trajectory-baselines
Command: npx skills add https://github.com/ZK-Theory/TDL --skill tda-trajectory-baselines-zk-theory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Persistent-homology findings on trajectory data need conventional baselines for interpretation and methodological comparison, but poorly designed baselines introduce leakage, sample mismatch, and unsupported claims. This Skill enforces a disciplined procedure for building clustering, classification, forecasting, anomaly-detection, and survival baselines that legitimately contextualize a TDA result. ## Core Features & Use Cases - Baseline Classification: Names the baseline class (descriptive, predictive, robustness, negative-control, interpretability) first, which determines the metrics and comparison language allowed. - Leakage and Comparability Audits: Mandates severe temporal-leakage checks and sample-provenance reconciliation against the PH pipeline before any comparison is made. - Provenance-Tracked Outputs: Requires a structured output record covering split, seed, metrics, limitations, and the PH result path the baseline contextualizes. - Use Case: A researcher comparing PH-derived market regimes against a standard clustering baseline uses this Skill to align cohort filters, verify no post-outcome features leak into predictors, and record seeds and splits so the comparison supports a paper claim. ## Quick Start Ask the assistant to build a conventional clustering baseline that contextualizes a specific persistent-homology trajectory result, including leakage checks and a provenance-tracked output record.

Frequently Asked Questions about tda-trajectory-baselines

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a baseline to compare against persistent homology results?

Identify the baseline class (descriptive, predictive, robustness, negative-control, or interpretability) and the PH result it contextualizes. Then specify the input representation, run leakage and sample-comparability checks, and record split, seed, metrics, and limitations in a provenance-tracked output file.

How do I check for data leakage in trajectory prediction models?

Verify no future information enters predictors, scalers or PCA are not fitted on the full dataset before a temporal split, and trajectory summaries contain no post-outcome information. Splits must respect panel structure at the person level, not the row level.

When should I not use a conventional baseline for TDA comparison?

Do not build a baseline when it would become a main result with no clear relation to the TDA argument. A baseline exists only in relation to a named topological claim; standalone baselines belong in a different workflow.

What happens if a baseline outperforms the persistent homology result?

That outcome is a finding, not a nuisance. The Skill directs you to escalate to statistical analysis review and surface the contradiction honestly in the paper's comparison section rather than suppressing it.

Why must baseline and PH results use comparable samples?

A baseline computed on a different cohort filter or sample stage supports a different claim than the PH result. The Skill requires reconciling against sample provenance and naming the stage so comparisons are valid.