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
EmptyDataError Traceback (most recent call last)
in
1 # Our predictions + confidence level + if we were right or not
----> 2 conf=pd.read_csv("Generated Data/confidence_data.csv")
3 print("Total number of matches predicted : "+str(len(conf)))
The text was updated successfully, but these errors were encountered:
EmptyDataError Traceback (most recent call last)
in
1 # Our predictions + confidence level + if we were right or not
----> 2 conf=pd.read_csv("Generated Data/confidence_data.csv")
3 print("Total number of matches predicted : "+str(len(conf)))
The text was updated successfully, but these errors were encountered: