How can you assess a good logistic model?

devquora
devquora

Posted On: Feb 22, 2018

 

In order to assess a good logistic model, the following methods are employed:

  • Using a classification metric to identify the correct negatives and incorrect positives
  • Using concordance which helps to differentiate between the events that are going to happen and the ones that are not
  • Using lift helps in comparing the logistic model with random selection

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Data Scientist Interview Questions

    What is the difference between a cluster and systematic sampling?

    Cluster Sampling is a technique that is used when studying a target population..

    Data Scientist Interview Questions

    Why is dimensional reduction performed before fitting a Support Vector Machine (SVM)?

    The reason for performing dimensional reduction before fitting an SVM is that it is best worked in a reduced space...