Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a class for evaluating classification model prediction #24

Open
abhi8893 opened this issue May 2, 2021 · 0 comments
Open

Create a class for evaluating classification model prediction #24

abhi8893 opened this issue May 2, 2021 · 0 comments
Assignees
Labels
feature Typically a new function or a class

Comments

@abhi8893
Copy link
Owner

abhi8893 commented May 2, 2021

class ClassificationEvaluator:
    
    def __init__(self, train_preds, test_preds):
        pass
        
        

Features:

  • Create a show_prediction function for better focused viewing of model predictions
    • kind: [tp, fp, tn, fn]
    • conf: [low, medium, high]
def show_prediction(kind, conf):
    pass
@abhi8893 abhi8893 added the feature Typically a new function or a class label May 2, 2021
@abhi8893 abhi8893 self-assigned this May 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Typically a new function or a class
Projects
None yet
Development

No branches or pull requests

1 participant