問題タブ [tfidfvectorizer]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - ValueError: モデルの機能の数は入力と一致する必要があります (sklearn)
映画のレビュー データで分類子を実行しようとしています。データは既に と に分離されていreviews_train.txt
ますreviews_test.txt
。次に、データを読み込み、それぞれをレビューとラベル (ポジティブ (0) またはネガティブ (1) のいずれか) に分離し、このデータをベクトル化しました。これが私のコードです:
ただし、このエラーが発生し続けます:
私は Python にかなり慣れていないので、これが簡単な修正である場合は事前にお詫び申し上げます。