-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
fixed errors - converted train_features and test_features to tensor, … #2295
Conversation
…then updated Horsepower references to specific columns in array, otherwise this nb was failing due to data type mismatches
PreviewPreview and run these notebook edits with Google Colab: Rendered notebook diffs available on ReviewNB.com.Format and styleUse the TensorFlow docs notebook tools to format for consistent source diffs and lint for style:$ python3 -m pip install -U --user git+https://github.com/tensorflow/docsIf commits are added to the pull request, synchronize your local branch: git pull origin master
|
…s#15348, changed it to TF format, works fine now!
Generate just one seed, rather than generating two seeds and then tak…
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks for pointing this out and taking the time to send a PR. I always prefer referencing columns by name instead of index, how about we do this: |
Marking this pull request as stale since it has been open for 14 days with no activity. This PR will be closed if no further activity occurs. |
This pull request was closed because it has been inactive for 28 days. Please open a new pull request if you need further assistance. Thanks! |
…then updated Horsepower references to specific columns in array, otherwise this nb was failing due to data type mismatches
closes: #2313