OpenMHC DLinear (7-day)

Reference checkpoint for OpenMHC. Window: weekly (10080 minute), 19 sensor channels.

Wrapper around a PyPOTS-backed imputer trained on the OpenMHC imputation training split. Reconstructs masked sensor windows across 19 channels.

Usage

from openmhc.imputers import DLinearImputer
import openmhc

imp = DLinearImputer.from_release("hf://MyHeartCounts/openmhc-dlinear-7day-imp")
results = openmhc.evaluate_imputation(imp, version="xs")
print(results.summary())

Requires the matching optional extras: pip install 'openmhc[pypots,hf]'.

Pin a specific revision with the @ suffix:

DLinearImputer.from_release("hf://MyHeartCounts/openmhc-dlinear-7day-imp@v1.0")

Provenance

  • Origin: W&B artifact MHC_Dataset/mhc-pypots-dlinear/dlinear:v48
  • Validation: val MAE 0.1456 (epoch 16)
  • Architecture hyperparameters are pinned in openmhc_manifest.json.

License

Released under the OpenRAIL license. See the OpenMHC repository for use restrictions tied to the underlying data agreement.

Citation

@misc{openmhc,
  title  = {OpenMHC: Accelerating the Science of Wearable Foundation Models},
  author = {OpenMHC team},
  url    = {https://github.com/AshleyLab/myheartcounts-dataset}
}
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support