| name | run-baselines |
| description | Run baseline comparisons (OLS, LASSO, SINDy, PDEFind) against KANDy results for a dynamical system. Use when the user wants to compare KANDy's equation discovery against standard methods. |
| argument-hint | ["baseline-name"] |
Run Baseline Comparisons
Run baseline comparisons for $ARGUMENTS.
Available Baselines
!uv run kandy-baselines --list 2>/dev/null
Instructions
Use the kandy-researcher agent to:
- Run
uv run kandy-baselines $ARGUMENTS (or the appropriate baseline script)
- Collect results for each method: discovered equations, number of terms, coefficients, RMSE/NRMSE
- Compare against existing KANDy results in
results/
- Generate a comparison table in the report
- Save baseline results to
results/<SystemName>/baselines/
- Document in
notes/ with full metadata
Expected Output
A comparison table like:
| Method | Discovered Equation | # Terms | RMSE | NRMSE |
|---|
| KANDy | ... | ... | ... | ... |
| OLS | ... | ... | ... | ... |
| LASSO | ... | ... | ... | ... |
| SINDy | ... | ... | ... | ... |
If no baseline name is provided, list available baselines and ask the user which one to run.