christopherjenness / NBA-prediction

Predict scores of NBA games using regularized matrix completion
152 stars 43 forks source link

predictions.csv is missing #2

Closed vladiki closed 7 years ago

vladiki commented 7 years ago

I tried running your code but it seems that predictions.csv is missing.

https://github.com/christopherjenness/NBA-prediction/blob/master/model.py#L187

Would you mind including this file?

christopherjenness commented 7 years ago

You need to use update=True for the first time you run the code. This generates the predictions. Any time you want to update the model, you need to do this.