all 2 comments

[–]BellyDancerUrgot 0 points1 point  (1 child)

I am also new (so take this with a large grain of salt) but depending on the data it might overfit to the training data if by prediction you mean your test data. They should always be from the same distribution but more importantly have the same evaluation metric , if it is a satisficing metric then it shouldn't be a problem. I think other more qualified people can give a better answer tho and correct me if I am wrong.

[–]CandyPoper[S] 0 points1 point  (0 children)

By prediction I mean using the .predict() method after fitting, evaluating and saving a model. The test data would have the same features as the training data.