Skip to contents

MetaHunt 0.1.0

Initial public release.

End-to-end fitter

  • metahunt() chains denoised functional SPA basis hunting, constrained simplex projection, and Dirichlet weight modelling in a single call. Method dispatch for predict(), summary(), and plot() on the returned "metahunt" object.

Conformal prediction

Rank and tuning selection

Pipeline building blocks

Data preparation

  • build_grid() constructs a shared evaluation grid from any reference patient-level dataset.
  • f_hat_from_models() evaluates a list of fitted models on the shared grid with class-aware dispatch for ranger, grf (causal_forest, regression_forest), and a default branch that covers lm/glm/randomForest. Custom S4 classes can supply their own predict_fn.

Baselines

Documentation

  • Tutorials: metahunt-intro, data-prep, grid-weights, wrapper-scalar, plus get-started.
  • Companion paper: Shi, Imai, and Zhang (2024, arXiv:2604.23847).