You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?.
The text was updated successfully, but these errors were encountered:
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 ?.
The text was updated successfully, but these errors were encountered: