from sklearn.datasets import fetch_20newsgroups
data = fetch_20newsgroups()
data.target_names
PermissionError: [WinError 5] Access is denied: 'C:\Users\liu.h\scikit_learn_data\20news_home\20news-bydate-test\sci.crypt'
from sklearn.datasets import fetch_20newsgroups
data = fetch_20newsgroups()
data.target_names
PermissionError: [WinError 5] Access is denied: 'C:\Users\liu.h\scikit_learn_data\20news_home\20news-bydate-test\sci.crypt'