edouardthom / ATPBetting

A strategy for tennis matches betting
432 stars 194 forks source link

Cannot Generate -> conf=pd.read_csv("Generated Data/confidence_data.csv") #6

Open octaviodegodoy opened 4 years ago

octaviodegodoy commented 4 years ago

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)))