DBPEDIA_URL in [text_datasets.py](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/learn/python/learn/datasets/text_datasets.py) is not a valid url anymore because web hosting in Google Drive has been deprecated, https://gsuite-developers.googleblog.com/2015/08/deprecating-web-hosting-support-in.html Proposed fix: - Move [dbpedia_csv.tar.gz](https://drive.google.com/drive/folders/0Bz8a_Dbh9Qhbfll6bVpmNUtUcFdjYmF2SEpmZUZUcVNiMUw1TWN6RDV3a0JHT3kxLVhVR2M) to cloud storage. What is affected: - Text classification examples that depend on DBpedia data like [text_classification.py](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/examples/learn/text_classification.py) are now broken.
DBPEDIA_URL in text_datasets.py is not a valid url anymore because web hosting in Google Drive has been deprecated, https://gsuite-developers.googleblog.com/2015/08/deprecating-web-hosting-support-in.html
Proposed fix:
What is affected: