We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Code line 162
%%time model.fit(training_data[cols], training_data['direction'], epochs=50, verbose=False, validation_split=0.2, shuffle=False)
Should be to train model with normalised features
%%time model.fit(training_data_[cols], training_data['direction'], epochs=50, verbose=False, validation_split=0.2, shuffle=False)
Dr Yves' has replied here
The text was updated successfully, but these errors were encountered:
For recording purpose here Code line 162 %%time model.fit(training_data[cols], training_data['direction'], epochs=50, verbose=False, validation_split=0.2, shuffle=False) Should be to train model with normalised features %%time model.fit(training_data_[cols], training_data['direction'], epochs=50, verbose=False, validation_split=0.2, shuffle=False) Dr Yves' has replied here
Yes, I think the same.
Sorry, something went wrong.
No branches or pull requests
For recording purpose here
Code line 162
Should be to train model with normalised features
Dr Yves' has replied here
The text was updated successfully, but these errors were encountered: