Skip to content

Instantly share code, notes, and snippets.

@cydal
Last active November 27, 2020 18:15
Show Gist options
  • Save cydal/f3c22aefa22e94fd799cb471fd3b5671 to your computer and use it in GitHub Desktop.
Save cydal/f3c22aefa22e94fd799cb471fd3b5671 to your computer and use it in GitHub Desktop.
from tsextract.plots.eval import actualPred, get_lag_corr, scatter
actualPred(y_test.reshape(-1, ), test_pred.reshape(-1))
scatter(y_test.reshape(-1, ), test_pred.reshape(-1))
get_lag_corr(y_test.reshape(-1, ), test_pred.reshape(-1), num_lags=20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment