Skip to content

Not Able to get Accuracy Score #39

Description

@ParthP8399

ValueError: Found input variables with inconsistent numbers of samples: [18734, 18733]

I am able to get F1 scores when i pass test_dict to evaluate function as model.evaluate_performance(test_dict)
but if i pass "True"as a parameter to model.evaluate_performance(test_dict,True) i am getting a ValueError. I crossed checked the test_dict manually there are total 18734 samples in y_test so why is the function missing out one value in y_pred that is the predicted number of samples ?.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions