edouardthom / ATPBetting

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

ATPBetting generates another confidence_data.csv file #1

Open konstantin-doncov opened 5 years ago

konstantin-doncov commented 5 years ago

Hello. I successfully ran your code. But I got a little worse confidence than in your confidence_data.csv file here. Also, I got 8428 rows in this file instead of your 11054. I saw this comment which says the same thing. So, how can I get the same confidence_data.csv file as yours?

Pranshu-Raj commented 3 years ago

I think the data set that you have use have more data than his. So I don't think its a problem instead you outcome will be more reliable than his.

I am facing a issue in this line **l=[d[list(d.columns)[:13]+["Wsets","Lsets","Comment"]+["PSW","PSL","B365W","B365L"]] for d in [l[0]]+l[2:]]

data=pd.concat(l,0)** _IndexError: list index out of range Please help if you know how to resolve this.