[PR #2] [MERGED] update tr lig data and calculate #3

Closed
opened 2026-03-02 16:46:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gokhannuslu8/iddaAI/pull/2
Author: @gokhannuslu8
Created: 1/31/2025
Status: Merged
Merged: 1/31/2025
Merged by: @gokhannuslu8

Base: mainHead: tff-statistic-entegre


📝 Commits (1)

  • f6be78b update tr lig data and calculate

📊 Changes

28 files changed (+2258 additions, -118 deletions)

View changed files

.env (+2 -0)
__pycache__/predict_matches.cpython-310.pyc (+0 -0)
__pycache__/tff_service.cpython-310.pyc (+0 -0)
📝 app.py (+27 -117)
app/data/super_lig_data.json (+142 -0)
app/data/tff_matches_data.csv (+272 -0)
app/models/tff_model_20250131_200148.joblib (+3 -0)
app/models/tff_scaler_20250131_200148.joblib (+3 -0)
app/services/__pycache__/tff_data_collection_service.cpython-310.pyc (+0 -0)
app/services/__pycache__/tff_service.cpython-310.pyc (+0 -0)
app/services/__pycache__/tff_training_service.cpython-310.pyc (+0 -0)
app/services/tff_data_collection_service.py (+95 -0)
app/services/tff_service.py (+108 -0)
app/services/tff_training_service.py (+121 -0)
collect_tff_data.py (+164 -0)
matches_data.csv (+911 -0)
predict_matches.py (+245 -0)
📝 requirements.txt (+5 -1)
save_data.py (+28 -0)
tff_model_20250131_200331.joblib (+3 -0)

...and 8 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gokhannuslu8/iddaAI/pull/2 **Author:** [@gokhannuslu8](https://github.com/gokhannuslu8) **Created:** 1/31/2025 **Status:** ✅ Merged **Merged:** 1/31/2025 **Merged by:** [@gokhannuslu8](https://github.com/gokhannuslu8) **Base:** `main` ← **Head:** `tff-statistic-entegre` --- ### 📝 Commits (1) - [`f6be78b`](https://github.com/gokhannuslu8/iddaAI/commit/f6be78b7e44a6c15fccb75a647f893fc56f040ef) update tr lig data and calculate ### 📊 Changes **28 files changed** (+2258 additions, -118 deletions) <details> <summary>View changed files</summary> ➕ `.env` (+2 -0) ➕ `__pycache__/predict_matches.cpython-310.pyc` (+0 -0) ➕ `__pycache__/tff_service.cpython-310.pyc` (+0 -0) 📝 `app.py` (+27 -117) ➕ `app/data/super_lig_data.json` (+142 -0) ➕ `app/data/tff_matches_data.csv` (+272 -0) ➕ `app/models/tff_model_20250131_200148.joblib` (+3 -0) ➕ `app/models/tff_scaler_20250131_200148.joblib` (+3 -0) ➕ `app/services/__pycache__/tff_data_collection_service.cpython-310.pyc` (+0 -0) ➕ `app/services/__pycache__/tff_service.cpython-310.pyc` (+0 -0) ➕ `app/services/__pycache__/tff_training_service.cpython-310.pyc` (+0 -0) ➕ `app/services/tff_data_collection_service.py` (+95 -0) ➕ `app/services/tff_service.py` (+108 -0) ➕ `app/services/tff_training_service.py` (+121 -0) ➕ `collect_tff_data.py` (+164 -0) ➕ `matches_data.csv` (+911 -0) ➕ `predict_matches.py` (+245 -0) 📝 `requirements.txt` (+5 -1) ➕ `save_data.py` (+28 -0) ➕ `tff_model_20250131_200331.joblib` (+3 -0) _...and 8 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 16:46:51 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/iddaAI#3
No description provided.