High Precision value and low recall value - Logistic regression

0 votes
I'm trying to understand logistic regression and very confused when to use high precision value and low regression value. Can you please explain this with an example?
Jun 13, 2019 in Python by Kamal
1,616 views

1 answer to this question.

0 votes
You use high positive and low recall in situations where you have to reduce the number of false positive. For example, you have an image and you wish to see people's reaction and categorize them amongst positive reaction and negative reaction. If keeping the positive reaction precise is our aim, then we should choose high precision and low recall.
answered Jun 13, 2019 by Greg

Related Questions In Python

0 votes
1 answer
–1 vote
1 answer

Python program that calculates and prints value according to formula

Try this: import math c = 50 h = 30 value ...READ MORE

answered Jan 8, 2019 in Python by Omkar
• 69,210 points
4,669 views
0 votes
1 answer

What does the random.triangular(low, high, mode) function do in python?

It returns a random floating point number ...READ MORE

answered May 27, 2019 in Python by Vinod
936 views
0 votes
0 answers

How to calculate accuracy in a logistic regression model in python?

What accuracy score is considered a good ...READ MORE

Jul 30, 2019 in Python by Waseem
• 4,540 points
1,616 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,080 views
0 votes
1 answer
0 votes
1 answer

Closest value and its index in a sorted list - Python

You can try this @Mahesh: lst = [ ...READ MORE

answered May 28, 2019 in Python by Sai
9,332 views
0 votes
1 answer

Pandas: Print rows if value greater than some value

You can use condition checking for this. ...READ MORE

answered May 9, 2019 in Python by Reshma
81,413 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP