Created
August 23, 2022 14:25
-
-
Save hrzn/898e9e7d0be4dc1330cec1992e2a9fe8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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