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
Originally I'm going through the Machine Learning Engineer Learning Path (GDRC), and in the Advanced NLP section of the NLP module ("Natural Language Processing on Google Cloud" https://www.cloudskillsboost.google/course_sessions/2920308/labs/363239) multiple labs reference a non existent public BQ dataset bigquery-public-data.hacker_news.stories.
Originally I'm going through the Machine Learning Engineer Learning Path (GDRC), and in the Advanced NLP section of the NLP module ("Natural Language Processing on Google Cloud" https://www.cloudskillsboost.google/course_sessions/2920308/labs/363239) multiple labs reference a non existent public BQ dataset
bigquery-public-data.hacker_news.stories
.The
bigquery-public-data.hacker_news.stories
which does not exist, I think it's moved to thefull
. There are also 9 notebooks in thedeepdive/09_sequence*
which also contain this deprecated reference. Fortunately the "Text classification using reusable embeddings" lab (https://www.cloudskillsboost.google/course_sessions/2920308/labs/363216 : https://github.com/GoogleCloudPlatform/training-data-analyst/blob/master/courses/machine_learning/deepdive2/text_classification/labs/reusable_embeddings.ipynb) - which is in-between the two labs referenced above, so it comes after the AutoML lab - has a hint: the proper dataset probably meant to bebigquery-public-data.hacker_news.full
.I'm crafting a PR.
The text was updated successfully, but these errors were encountered: