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

Issue with Wavelet Denoising in Stock Price Prediction #2

Open
vanthomiy opened this issue Jan 10, 2025 · 0 comments
Open

Issue with Wavelet Denoising in Stock Price Prediction #2

vanthomiy opened this issue Jan 10, 2025 · 0 comments

Comments

@vanthomiy
Copy link

The paper describes the wavelet denoising process as follows:

The wavelet denoising process played a crucial role in enhancing model accuracy. By transforming noisy data into a cleaner form, the models could achieve higher prediction accuracy, as demonstrated by the improved F1 scores and other performance metrics.

The denoising process adjusts data using 100 values by removing outliers and aligning data points. However, this alignment is not constrained to a time-backwards-only approach, causing future data points to influence current values. This introduces data leakage, where future information is exposed during both training and testing.

The model performs well when tested with denoised data, as this data already incorporates future values. However, when tested with raw, noisy data, the results drop to random guessing. This reliance on denoised data makes real-world prediction impossible, as future data would not be available during actual deployment.

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