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
2.87k stars 333 forks source link

Regarding metrics #364

Open akshitamishra1213 opened 2 years ago

akshitamishra1213 commented 2 years ago

Hello There, First of all thank you for this module. My issue is that I am trying to add precision in metrics but when I do that in Supervised.py file , the models and predictions data frames comes empty. Why is that, I can't understand. Please help me with that. Also AUC values are empty. please explain why? I am using CICIDS 2017 Dataset for my work. Please respond urgently.

shankarpandala commented 2 years ago

@akshitamishra1213 Not sure, Some error metrics doesn't work with multiclass classification. Those features need to be implemented.