docs
docs copied to clipboard
fixed errors - converted train_features and test_features to tensor, …
…then updated Horsepower references to specific columns in array, otherwise this nb was failing due to data type mismatches
closes: https://github.com/tensorflow/docs/pull/2313
Preview
Preview and run these notebook edits with Google Colab: Rendered notebook diffs available on ReviewNB.com.Format and style
Use 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:
$ python3 -m tensorflow_docs.tools.nbfmt notebook.ipynb
$ python3 -m tensorflow_docs.tools.nblint --arg=repo:tensorflow/docs notebook.ipynb
git pull origin master
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:
https://github.com/gitshiva/tensorflow-docs/pull/2