Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assume you have trained a binary classier. You test your classier on 10 test data points and get the following predictions (for example, as the

Assume you have trained a binary classier. You test your classier on 10 test data points and get the following predictions (for example, as the result of calling model.predict_proba(...)): 0:51 0:49 0:40 0:60 0:51 0:49 0:51 0:49 0:49 0:51 0:49 0:51 0:60 0:40 0:40 0:60 0:60 0:40 0:60 0:40 where the rst column is the probabilities that the corresponding examples have label 0, and the second column is the probabilities that the examples have label 1. Assume that the true labels of your data points are: (0,1,0, 0,1, 1, 0,1, 0, 0). 1. (1%) What is the accuracy of your model on this test set. 2. (1%) What is the log-likelihood of your model on this test set. 3. (1%) Is your model good on this test set? Explain your answer.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Conceptual Database Design An Entity Relationship Approach

Authors: Carol Batini, Stefano Ceri, Shamkant B. Navathe

1st Edition

0805302441, 978-0805302448

More Books

Students also viewed these Databases questions