How would you evaluate a logistic regression model?
Answer / Mamta Rani
A Logistic Regression Model can be evaluated using metrics like:
- Accuracy (ratio of correct predictions to the total number of instances)
- Confusion Matrix (a table that shows the number of true positives, false positives, true negatives, and false negatives)
- Area Under the Receiver Operating Characteristic Curve (AUC-ROC)
- Precision (the ratio of true positives to the sum of true positives and false positives)
- Recall or Sensitivity (the ratio of true positives to the sum of true positives and false negatives)
| Is This Answer Correct ? | 0 Yes | 0 No |
Name some feature extraction techniques used for dimensionality reduction?
Tell us what's the difference between a generative and discriminative model?
What is feature scaling?
Do you think that treating a categorical variable as a continuous variable would result in a better predictive model?
You are given a dataset where the number of variables (p) is greater than the number of observations (n) (p>n). Which is the best technique to use and why ?
What are the last machine learning papers you've read?
What is A/B testing in Machine Learning?
How would you screen for outliers and what should you do if you find one?
Explain me how would you handle an imbalanced dataset?
Give a popular application of machine learning that you see on day to day basis?
Why is python best for machine learning?
Comparision between Machine Learning and Big Data?
AI Algorithms (74)
AI Natural Language Processing (96)
AI Knowledge Representation Reasoning (12)
AI Robotics (183)
AI Computer Vision (13)
AI Neural Networks (66)
AI Fuzzy Logic (31)
AI Games (8)
AI Languages (141)
AI Tools (11)
AI Machine Learning (659)
Data Science (671)
Data Mining (120)
AI Deep Learning (111)
Generative AI (153)
AI Frameworks Libraries (197)
AI Ethics Safety (100)
AI Applications (427)
AI General (197)
AI AllOther (6)