小编Lak*_*i R的帖子

笔记本验证失败:不允许使用其他属性(“id”是意外的):

打开我的笔记本时出现以下验证错误:

{
 "metadata": {
  "trusted": true
 },
 "id": "comparative-import",
 "cell_type": "code",
 "source": "import numpy as np\nimport pandas as pd\nimport matplotlib.pyplot as plt\nimport seaborn as sns\nimport nltk\nimport re\nimport gensim \nfrom gensim.utils import simple_preprocess\nfrom gensim.models.word2vec import Word2Vec\nfrom nltk.stem.porter import PorterStemmer\nfrom nltk.corpus import stopwords\nfrom sklearn.decomposition import PCA,TruncatedSVD\nfrom sklearn.manifold import TSNE\nfrom sklearn.model_selection import train_test_split\nfrom sklearn.linear_model import LogisticRegression\nfrom wordcloud import WordCloud, STOPWORDS, ImageColorGenerator\n",
 "execution_count": 10,
 "outputs": []
}
Run Code Online (Sandbox Code Playgroud)

python jupyter-notebook

10
推荐指数
2
解决办法
1万
查看次数

标签 统计

jupyter-notebook ×1

python ×1