When downloading movielens dataset from Tensorflow dataset, I got this error
No builder could be found in the director tensorflow dataset
The quick solution is to upgrade
pip install --upgrade tfds-nightly
When downloading movielens dataset from Tensorflow dataset, I got this error
No builder could be found in the director tensorflow dataset
The quick solution is to upgrade
pip install --upgrade tfds-nightly