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

Splitting the data twice? #11

Open
seanippolito opened this issue Nov 30, 2017 · 0 comments
Open

Splitting the data twice? #11

seanippolito opened this issue Nov 30, 2017 · 0 comments

Comments

@seanippolito
Copy link

Why do you split that data twice? You do it first manually in loaddata() then you do it again when you fit the model using validation_split = 0.1 , you could use validation_data= (x_test, y_test) instead. This appears to skew the results and you lose the important data which is the most recent points.

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