Replies: 9 comments 16 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.
-
|
This script looks amazing. I am quite tech savvy and know java programming but not much python. Would love a full walk through on setting this up. The degenerate gambler in me would love to have some comparison notes. Have you ever thought of publishing results on a google worksheet for the simple minded folks that cant set this up? |
Beta Was this translation helpful? Give feedback.
-
|
I think using python-rq would probably be the best as it seems to be more
lightweight on top of being a bit more developer friendly. All of the other
suggestions on that thread don't seem more outdated. In regards to having
to run Redis for it to work we could utilize docker compose to spin up all
required containers i.e. Web App and Redis (maybe python-rq I'm not sure
how to run it just yet)
…On Thu, Apr 3, 2025 at 2:21 PM Neal ***@***.***> wrote:
Looks like you have big plans, it would definitely be cool to have model
training interface with different settings and maybe even live training
logs on the web page. Im not sure if celery is necessary for background
processes, It would work but adds a good bit of complexity with a MQ
service or Redis. I know when using Gunicorn in production it can be set
with multiple workers and could be an easier solution for parallel
processing. I think celery really shines for distributed computing when you
have multiple machines completing tasks in parallel, but i think since this
is probably gona be all on the same machine then there are a few libraries
designed for this, i found this
<https://stackoverflow.com/questions/22615475/flask-application-with-background-threads/22617121#22617121>
stack overflow has a few potential solutions.
—
Reply to this email directly, view it on GitHub
<#455 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQSSHLU36BF5DWQV2A2MBCD2XV32ZAVCNFSM6AAAAABS3LPQDCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENZRG42TINA>
.
You are receiving this because you authored the thread.Message ID:
<kyleskom/NBA-Machine-Learning-Sports-Betting/repo-discussions/455/comments/12717544
@github.com>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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