JayKay-15 / MambaModel

Mamba - NBA Betting Model
3 stars 1 forks source link

Question #1

Open jacobakaye opened 1 week ago

jacobakaye commented 1 week ago

Hi. How does this work?

JayKay-15 commented 1 week ago

Hello,

This is an entire NBA betting system. It starts with pulling the current stats for each team, aggregates and weights them, then inputs them into various machine learning models. The outputs of the models are then compared to the current game odds to determine an edge. Finally, the edges are compared to historical results to determine the best plays and picks up on an recent model trends. Hope that makes sense.

-J

jacobakaye commented 1 week ago

Hi yes it does. The code just doesn’t run when I try it.


From: Jesse @.> Sent: Wednesday, November 6, 2024 9:31:31 AM To: JayKay-15/MambaModel @.> Cc: Jacob Aaron Kaye @.>; Author @.> Subject: Re: [JayKay-15/MambaModel] Question (Issue #1)

Hello,

This is an entire NBA betting system. It starts with pulling the current stats for each team, aggregates and weights them, then inputs them into various machine learning models. The outputs of the models are then compared to the current game odds to determine an edge. Finally, the edges are compared to historical results to determine the best plays and picks up on an recent model trends. Hope that makes sense.

-J

— Reply to this email directly, view it on GitHubhttps://github.com/JayKay-15/MambaModel/issues/1#issuecomment-2459909520, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A6FHSPWELU7EHY7GWNN57ZLZ7IR4HAVCNFSM6AAAAABRFE2SICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJZHEYDSNJSGA. You are receiving this because you authored the thread.Message ID: @.***>

jacobakaye commented 1 week ago

What code needs to be ran? Maybe I'm just running the wrong things