Quantcast
Viewing all articles
Browse latest Browse all 4448

Regression model Giving the same prediction for all new inputs until i load the model again

@RAVI761 wrote:

I have build a regression model that has some decent accuracy measures.

I have pickled it and loading it another project. However it is producing the same predictions every time when i pass new elements. After again i reloaded the model and gave the same set of new inputs then it gave new predictions and again it is producing the same outputs again and again though i have passing different inputs. This scenario repeating until i reload the model again.

The algorithm i have used Linear Regression, RandomForest Regressor.

Is there any cache issue or object defaulting it to first inputs. i was confused to understand the behavior of it. how can i proceed further.

Please anyone can suggest me. it would be really appreciated. Thank you.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles