Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About computing the metrics at test period for run_financial.py #74

Open
CSyyn opened this issue Sep 25, 2023 · 0 comments
Open

About computing the metrics at test period for run_financial.py #74

CSyyn opened this issue Sep 25, 2023 · 0 comments

Comments

@CSyyn
Copy link

CSyyn commented Sep 25, 2023

I have question about the code below :

only calculate the last step for financial datasets.

    predict = forecast_Norm.cpu().numpy()[:,-1,:]
    Ytest = target_Norm.cpu().numpy()[:,-1,:]

why not calculate the whole predict step like 96,192 but the last step?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant