Replies: 7 comments 13 replies
-
I am also considering creating a Jupyter notebook for testing and understanding purposes. However, there's no guarantee it would remain up to date with the code, as maintaining it could introduce an extra step for contributors. That said, I believe it could still be beneficial, especially since it has the potential to be run on a Google Colab Notebook. |
Beta Was this translation helpful? Give feedback.
-
Hello,I haven't learned Python yet. I have been reviewing the code of this project in the last two days. I would like to offer a few suggestions: TeamData dont' have 24-25 season's data, I need to update it by step ? |
Beta Was this translation helpful? Give feedback.
-
When will the tutorial be posted? |
Beta Was this translation helpful? Give feedback.
-
Hello, Thank you for considering putting this together, excited to see the end product! To be honest - I'm not a huge sports better. I kind of stumbled into this repository. I just enjoy the world of AI and learning. After digging through all the code - where I'm struggling to make connections is around the data acquisition. Can't seem to wrap my head around the queries to the NBA website, how it's pulling that data, how it's segregating and organizing it, and how the Config.toml plays into all this. I attempted to update this to pull start of 24-25 season to date data, but can't seem to get it working. It gets stuck in the while loop within Get_Data.py. The ML logic and how that's converging makes sense to me, I'm struggling with the data side and think that'd be helpful to walk through :) |
Beta Was this translation helpful? Give feedback.
-
Any word on the tutorial? |
Beta Was this translation helpful? Give feedback.
-
I tried this but then got an error when it tried to read one of the SQL database files. i checked the SQL lite and it was empty. how did you get around that ?
〽️ac
…On Jan 2, 2025 at 12:45 PM -0500, etonyetang ***@***.***>, wrote:
You'll need to update the config.toml file to including the 24-25.
For example,
[create-games.2024-25]
start_date = "2024-6-24"
end_date = "2025-1-1"
start_year = "2024"
end_year = "2025"
Please help correct the above format.
-Happy New Year's 2025.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@nealmick can you walk through what getting up and running with the repo from a fresh clone entails? Do we need to gather new data initially? Do you run the models for training? Where can you look you start jumping in and possibly making changes to enhance things? |
Beta Was this translation helpful? Give feedback.
-
Hello, I am making a video tutorial on how to setup this project on your local machine. Currently I have plans to make one for Windows 11 and Windows 10 machines. I would also be able to make one for some major linux distros if people would think it necessary.
If anyone has suggestions please drop a comment so I know what some of the pain points are for users.
Beta Was this translation helpful? Give feedback.
All reactions