You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide update link to exact dataset used in the book, or to an entirely new set of yelp CSV-formatted datasets (train, test, and reviews_with_splits_lite)
The text was updated successfully, but these errors were encountered:
@richlysakowski
Here's what worked for me running on Jupyter notebook (Google Colab, June 2023).
First, have ~/.kaggle/kaggle.json with 600 permissions.
frompathlibimportPathcreds='your JSON credentials from Kaggle.com'cred_path=Path('~/.kaggle/kaggle.json').expanduser()
ifnotcred_path.exists():
cred_path.parent.mkdir(exist_ok=True)
cred_path.write_text(creds)
cred_path.chmod(0o600)
raw_train.csv
https://drive.google.com/open?id=1xeUnqkhuzGGzZKThzPeXe2Vf6Uu_g_xM gives a 404 error
Please provide update link to exact dataset used in the book, or to an entirely new set of yelp CSV-formatted datasets (train, test, and reviews_with_splits_lite)
The text was updated successfully, but these errors were encountered: