JakeKandell/NBA-Predict

Want to add another parameter to the model but there's an error

ch1tsss opened this issue · 1 comments

Hi! I'm new here in github and python

image

How can I edit this? Should I just put the parameter? If I do so, an error occurs

image

Thanks in advance!

The error is occurring is due to the fact that the data included in this repository only has data on those seven specific stats. When you only add a feature right there, you're saying that there are eight categories that you want to analyze, but the data being supplied has just seven categories. If you want to add a new statistic, you will have to change a few other places so that you first scrape a new set of data and then create a model with the new data. Let me know if you need me to show you how to do that.