shankarpandala / lazypredict

Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning
MIT License
3.03k stars 344 forks source link

Are predictions same as models? #428

Open soumyadiptapete opened 1 year ago

soumyadiptapete commented 1 year ago

Are predictions the model performance on the test data? Because, both predictions and models are giving the same metrics for all the models

corridordigital commented 1 year ago

Asking myself the same question, @soumyadiptapete did you get an answer ? Thanks

mohdelite commented 1 year ago

same. i want to see the parameters of each model but i can't find it.

lamisgosu11 commented 11 months ago

Maybe they are the same thing, I used LazyRegressor(predictions = True) and obtained predicted values from X_test which is in "predictions". I then compared the metrics of "predictions" with "models" and found no difference.

issue