ageron / ageron/handson-ml

ValueError: Number of features of the model must match the input

オープン
#572 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Jupyter Notebook
スター
25.6k
フォーク
12.7k
PR マージ指標
PR 指標を取得中

説明

I am using random forest model to predict the sales quantity.
I have listed all parts in a row based while the quantity is in a monlthy based (each column represent a month)
During splitting the data in to train and test:
the training data will have less columns than the test set. meaning that I added one month to the test data.
when i run the model, an error is rasied :
ValueError: Number of features of the model must match the input. Model n_features is 22 and input n_features is 23.

Could you please help me on how to tackle this problem.

your help is really appreciated,
thanks in Advanced

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。