Created
April 14, 2020 21:45
-
-
Save piEsposito/58bc140ac8da76b3df0af08acca73258 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
future_length=7 | |
sample_nbr=4 | |
ci_multiplier=10 | |
idx_pred, preds_test = pred_stock_future(X_test, future_length, sample_nbr) | |
pred_mean_unscaled, upper_bound_unscaled, lower_bound_unscaled = get_confidence_intervals(preds_test, | |
ci_multiplier) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment