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

validity of testing method #24

Closed
esraa-saleh opened this issue Nov 2, 2017 · 2 comments
Closed

validity of testing method #24

esraa-saleh opened this issue Nov 2, 2017 · 2 comments

Comments

@esraa-saleh
Copy link

Hello,
In the case of the sine wave, we are sampling the wave at equal "time" or x intervals. However, since its periodic, wouldn't that mean that test data is essentially a copy of the training data ? Would that be a valid method of testing though ?

Thanks !

@singh-hrituraj
Copy link

It has higher probability of being very similar to the training data but it will not be the same because of the fact that sine wave in its entire cycle can have theoretically infinitely many values. Even though it is periodic, the test values have been taken from the different points of the period of wave.

Obviously, it will not have very large differences from the training dataset due to its periodic nature but there is no alternative way to test the prediction of a sine wave. I

@esraa-saleh
Copy link
Author

Ah, I see. Thank you for your answer.

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

2 participants