docs(usage,pipeline): surface the explain stage
- Usage.md: add explain() to Quick Start, Stage Cheat Sheet, and the
annotated example (mirroring main.py:100-107). Order the annotated
example as evaluate -> compare -> explain so .compare() stays with
the evaluation stage and explain() sits last.
- Pipeline-Walkthrough.md: update the Research Workflow intro/blurb,
add an explain box to the main.py stage-flow diagram, and rewrite
the "Optional: fm.explain(...)" per-stage note (it is no longer
optional and is called in main.py). Diagram flows
calculate -> train -> predict -> evaluate -> compare -> explain.
Sync wiki from eruption-forecast/wiki
Sync wiki from eruption-forecast/wiki
Adds Explanation-Workflow page and refreshes existing pages.
Full rewrite of all 13 wiki pages against current src/ surface
Realigned with the post-ft/metrics-ensemble model/ refactor: dropped
references to removed ModelTrainer/ModelPredictor/ModelEvaluator/
MultiModelEvaluator and the old extract_features → train → forecast API;
documented the current TrainingModel/PredictionModel/EvaluationModel +
MetricsEnsemble stack, the BaseModel + CacheModel mixin pattern, and the
scenarios.py workflow.
Deleted 5 superseded pages (Installation, Quick-Start, Classifiers-and-CV,
Evaluation-and-Forecasting, Training-Workflows). Created 5 new pages
(Getting-Started, Usage, Training-Workflow, Prediction-Workflow,
Evaluation-Workflow). Rewrote 8 in place (Home, Data-Sources,
Pipeline-Walkthrough, Visualization, Configuration, Output-Structure,
Architecture, API-Reference). Final count 13 pages; no dead old links.
Update docs: SeedEnsemble filename, ClassifierEnsembler.pkl, ModelPredictor fix
Update wiki: sync all pages from local wiki/ directory (2026-04-26)
Update wiki: API-Reference, Architecture, Pipeline-Walkthrough, Visualization
docs: sync wiki pages from local repository
docs: sync remaining wiki pages with local changes
- Classifiers-and-CV: fix output path (model-only → evaluations)
- Home: add data_container.py and sources/ to package layout tree
- Pipeline-Walkthrough: fix model-only → predictions output paths;
add 'Merge Seed Models' section with SeedEnsemble diagram + example
- Quick-Start: fix train() output path (model-only → predictions)
- Training-Workflows: add 'Merging Seed Models' section with
merge_models() / merge_classifier_models() diagram and examples
Add wiki pages (13 pages)