Skip to content

Instantly share code, notes, and snippets.

@hrzn
Created August 23, 2022 14:25
Show Gist options
  • Save hrzn/898e9e7d0be4dc1330cec1992e2a9fe8 to your computer and use it in GitHub Desktop.
Save hrzn/898e9e7d0be4dc1330cec1992e2a9fe8 to your computer and use it in GitHub Desktop.
reconciliator = MinTReconciliator(method="wls_val")
reconciliator.fit(train)
reconcilied_preds = reconciliator.transform(pred)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment