問題タブ [doc2vec]
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 - doc2vec と LogisticRegression を使用して入力テキストを分類する
Python で doc2vec を使用して、ユーザー入力テキストを 2 つのカテゴリに分類しようとしています。モデルをトレーニングしてから入力テキストを分類する次のコードがあります。問題は、文字列を分類するメソッドが見つからないことです。私は初心者なので、間違いを無視してください。
クラスリファレンスのリンクはこちら
http://scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html#sklearn.linear_model.SGDClassifier.predict https://radimrehurek.com/gensim/models/doc2vec.html