jrbadiabo / Bet-on-Sibyl

Machine Learning Model for Sport Predictions (Football, Basketball, Baseball, Hockey, Soccer & Tennis)
246 stars 94 forks source link

Status of project #1

Open tjr5269 opened 6 years ago

tjr5269 commented 6 years ago

Hello, this project looks like a lot of time was invested into it. I was wondering if you have further developed the app, or created a website similar to the proposed app.

What would need done to update the models for the upcoming 2018 seasons?

rneu31 commented 6 years ago

Trying to dig into the question you asked myself. Looking to move it over to Python 3 as well. Will probably not be done anytime soon but I will let you know.

jrbadiabo commented 6 years ago

Hi Randy,

Thanks for your help ! I’m planning to update/better the model on a few weeks. I’ll let you know by then.

Best regards, Jordan

Le lun. 23 avr. 2018 à 22:09, Randy notifications@github.com a écrit :

Trying to dig into the question you asked myself. Looking to move it over to Python 3 as well. Will probably not be done anytime soon but I will let you know.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jrbadiabo/Bet-on-Sibyl/issues/1#issuecomment-383706215, or mute the thread https://github.com/notifications/unsubscribe-auth/AP6z6cV4Vjafgs65jZlvBkYKteQuzbp5ks5trjT3gaJpZM4TCE4X .

rneu31 commented 6 years ago

Correct me if I'm wrong, but the model seems to just look at team level statistics on the hitting and pitching side, and makes calculations based on those?

I re-wrote the scrapers (the site seemed to change since this was last ran) and am almost to the point where the model runs. I will keep you updated.

jrbadiabo commented 6 years ago

Hey Randy,

How are you doing? Yes, hitting and pitching side. That's all the relevant information I decided to scrape from baseball-reference.

I would be glad to help you to update the model. Can we share a bitbucket repository in which we will collaborate?

Thanks again, Jordan

2018-05-18 22:01 GMT+02:00 Randy notifications@github.com:

Correct me if I'm wrong, but the model seems to just look at team level statistics on the hitting and pitching side, and makes calculations based on those?

I re-wrote the scrapers (the site seemed to change since this was last ran) and am almost to the point where the model runs. I will keep you updated.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jrbadiabo/Bet-on-Sibyl/issues/1#issuecomment-390316879, or mute the thread https://github.com/notifications/unsubscribe-auth/AP6z6W0NgfYyq_mXb5yt0WLgA-iIZqW8ks5tzyixgaJpZM4TCE4X .

rneu31 commented 6 years ago

Can you point me to where/how you create mlb_1980_2014_features.npz?

jrbadiabo commented 6 years ago

Hi,

For each league, the creation process is made in the ModelXXX.py

See this example for the NBA :

https://github.com/jrbadiabo/Bet-on-Sibyl/blob/master/US_Sports/NBA/ModelNBA.py

Feel free to ask some questions if needed.

Cheers,

2018-05-21 21:29 GMT+02:00 Randy notifications@github.com:

Can you point me to where/how you create mlb_1980_2014_features.npz?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jrbadiabo/Bet-on-Sibyl/issues/1#issuecomment-390757403, or mute the thread https://github.com/notifications/unsubscribe-auth/AP6z6VPf7XEd5V73uSX3qwCPeTf-SvCMks5t0xWcgaJpZM4TCE4X .

Ianfinn1994 commented 6 years ago

How can I run the first program after installing it? How to compile and which code editor to use?

Ianfinn1994 commented 6 years ago

Hello

Ianfinn1994 commented 6 years ago

Also could you remake the csv files for 2018?

papi83dm commented 5 years ago

I was able to make some changes to get the NBA to work, however its failing on SibylVsBookiesNBA.py when it gets to the dates part on this file. https://github.com/jrbadiabo/Bet-on-Sibyl/blob/master/US_Sports/NBA/SibylVsBookiesNBA.py#L157

Benjamin7991 commented 3 years ago

Any update on official release date?

Best,

Ben

lishaobo commented 2 years ago

Are there any new changes recently?