sportsanalysis
Aggregate NBA sports prediction software with machine learning (e.g NHiTS, TFT, LSTM, GNN).
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.6%) to scientific vocabulary
Repository
Aggregate NBA sports prediction software with machine learning (e.g NHiTS, TFT, LSTM, GNN).
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
The System
System structure - 1. data pipeline - information from the book; trades - quantitative game and player data relavent to sport association - qualitative news sentiment data - 2. runs models Models folder |_ examplenewssentamentmodel.py | examplearbitragemodel.py - 3. finds buy-sell signals - normalized data to translate into execution - 4. executes trades - logs into broker w/ selenium - 5. PnL data - shows results with graphs and helpful multiples
the strategy might be composed of two general trading systems: - arbitrage; making the market more efficient - news sentiment; based on highly relavent and ripe data
news sentiment - classification method
brainstorming new sentiment: - what are the possible new items that have high importance - is there an objective way of determining that
- should players have a preformance rating to determine what news is important and how
brainstorming ai: - how can we use ai to find buy-sell signals - is there a way of formatting data in a clean way that the neural network can understand - is there enough data to train an ai model - how long would it take to run and would it be competetive - can we use a general/trained LLM model or might it be better to only use quantitative terms - can both be used but for different scenarios; news sentiment & regular buy-sell model
Weird set-up
To fix the MRO error, you need to patch the pytorch‑forecasting source code that defines the combined callback. In your environment, locate the file:
vbnet Copy venv\lib\site-packages\pytorchforecasting\models\temporalfusion_transformer\tuning.py Then find the class definition that currently looks like this:
python Copy class PyTorchLightningPruningCallbackAdjusted(pl.Callback, PyTorchLightningPruningCallback): ... Change the inheritance order so that the Optuna integration callback comes first:
python Copy class PyTorchLightningPruningCallbackAdjusted(PyTorchLightningPruningCallback, pl.Callback): ... Save the file and re-run your script. This swap resolves the inconsistent method resolution order error by ensuring that the MRO is defined in a consistent way.
Owner
- Name: Dom
- Login: BonelessWater
- Kind: user
- Repositories: 1
- Profile: https://github.com/BonelessWater
Citation (CITATION.cff)
cff-version: 1.0 message: "If you use this software, please cite it as below." authors: - family-names: "Dominick Dupuy Desangles" title: "SportsAnalysis" version: 1.0.0 doi: 10.5281/zenodo.1234 date-released: 2025-03-12 url: "https://github.com/BonelessWater/SportsAnalysis"
GitHub Events
Total
- Push event: 8
- Public event: 1
- Pull request event: 1
- Fork event: 1
- Create event: 2
Last Year
- Push event: 8
- Public event: 1
- Pull request event: 1
- Fork event: 1
- Create event: 2
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- BonelessWater (1)