Open soumyadiptapete opened 1 year ago
Asking myself the same question, @soumyadiptapete did you get an answer ? Thanks
same. i want to see the parameters of each model but i can't find it.
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.
Are predictions the model performance on the test data? Because, both predictions and models are giving the same metrics for all the models