kyleskom / NBA-Machine-Learning-Sports-Betting

NBA sports betting using machine learning
1.17k stars 430 forks source link

segmentation fault python3 main.py -xgb #28

Closed CapperDonKarimno closed 2 years ago

CapperDonKarimno commented 2 years ago

after four grueling months to finally get Tensorflow and all the dependencies installed ... this is the result of running the program for 6 days.....?????????????? ready to give up and move on. it seems impossible to use other people's python programs....! Worst language ever in this regard .!!!! anyway here is the error message...?

FutureWarning: The series.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead. stats = home_team_series.append(away_team_series) Chicago Bulls vs Minnesota Timberwolves: 241.5 Chicago Bulls odds: -3.5 Minnesota Timberwolves odds: 3.5 /Users/adamarie/Desktop/NBA-Machine-Learning-Sports-Betting-master/main.py:35: FutureWarning: The series.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead. stats = home_team_series.append(away_team_series) Utah Jazz vs Orlando Magic: 222.5 Utah Jazz odds: -13.5 Orlando Magic odds: 13.5 /Users/adamarie/Desktop/NBA-Machine-Learning-Sports-Betting-master/main.py:35: FutureWarning: The series.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead. stats = home_team_series.append(away_team_series) ---------------XGBoost Model Predictions--------------- zsh: segmentation fault python3 main.py -xgb

crash, crash, and crash!!

judirin commented 2 years ago

@CapperDonKarimno hello,

You need to write the american odds for each team to win. You're writing the Handicaps

kyleskom commented 2 years ago

Exactly as @judirin has mentioned. You can take a look at the input from the image on the home page. This should help clear up the confusion.

Emillzz45 commented 2 years ago
Screen Shot 2022-03-12 at 12 11 01 AM

Recently switched from PC where I had no issues to Mac and started receiving the same error. (intel based)