[PR #3] [MERGED] Calısma test branch #2

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/3
Author: @gokhannuslu8
Created: 2/11/2025
Status: Merged
Merged: 2/11/2025
Merged by: @gokhannuslu8

Base: mainHead: calısma-test-branch


📝 Commits (5)

📊 Changes

1069 files changed (+3218 additions, -1296 deletions)

View changed files

📝 __pycache__/collect_tff_data.cpython-310.pyc (+0 -0)
📝 __pycache__/predict_matches.cpython-310.pyc (+0 -0)
📝 __pycache__/tff_service.cpython-310.pyc (+0 -0)
📝 app.py (+115 -2)
📝 app/data/training_data_20250128_152624.csv (+448 -0)
📝 app/models/match_prediction_model.joblib (+2 -2)
📝 app/models/match_prediction_scaler.joblib (+1 -1)
app/models/model_20250211_041133.joblib (+3 -0)
app/models/model_20250211_041341.joblib (+3 -0)
app/models/scaler_20250211_041133.joblib (+3 -0)
app/models/scaler_20250211_041341.joblib (+3 -0)
📝 app/routes/__pycache__/match_routes.cpython-310.pyc (+0 -0)
📝 app/routes/match_routes.py (+59 -33)
📝 app/services/__pycache__/data_collection_service.cpython-310.pyc (+0 -0)
📝 app/services/__pycache__/training_service.cpython-310.pyc (+0 -0)
📝 app/services/data_collection_service.py (+74 -4)
📝 app/services/tff_service.py (+36 -28)
📝 app/services/training_service.py (+308 -207)
📝 app/utils/__pycache__/constants.cpython-310.pyc (+0 -0)
📝 app/utils/__pycache__/helpers.cpython-310.pyc (+0 -0)

...and 80 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/3 **Author:** [@gokhannuslu8](https://github.com/gokhannuslu8) **Created:** 2/11/2025 **Status:** ✅ Merged **Merged:** 2/11/2025 **Merged by:** [@gokhannuslu8](https://github.com/gokhannuslu8) **Base:** `main` ← **Head:** `calısma-test-branch` --- ### 📝 Commits (5) - [`e6798d1`](https://github.com/gokhannuslu8/iddaAI/commit/e6798d125451e91cb957277aff18556884fcf820) tff 1.lig eklendi ve eğitildi - [`54b132f`](https://github.com/gokhannuslu8/iddaAI/commit/54b132f6e1102947e652ee12abeda44d3fb1cc7a) modified - [`b4a63c4`](https://github.com/gokhannuslu8/iddaAI/commit/b4a63c49004f55a0c22aec722b07c3b4e8b3c701) modified iy gol beklentisi - [`9a73c02`](https://github.com/gokhannuslu8/iddaAI/commit/9a73c024a6ab514c637ed0604433c30aac3ddf76) updated iy combinatin - [`57a5258`](https://github.com/gokhannuslu8/iddaAI/commit/57a5258ae697de536ca856ee089c5233c33ac86e) modified ### 📊 Changes **1069 files changed** (+3218 additions, -1296 deletions) <details> <summary>View changed files</summary> 📝 `__pycache__/collect_tff_data.cpython-310.pyc` (+0 -0) 📝 `__pycache__/predict_matches.cpython-310.pyc` (+0 -0) 📝 `__pycache__/tff_service.cpython-310.pyc` (+0 -0) 📝 `app.py` (+115 -2) 📝 `app/data/training_data_20250128_152624.csv` (+448 -0) 📝 `app/models/match_prediction_model.joblib` (+2 -2) 📝 `app/models/match_prediction_scaler.joblib` (+1 -1) ➕ `app/models/model_20250211_041133.joblib` (+3 -0) ➕ `app/models/model_20250211_041341.joblib` (+3 -0) ➕ `app/models/scaler_20250211_041133.joblib` (+3 -0) ➕ `app/models/scaler_20250211_041341.joblib` (+3 -0) 📝 `app/routes/__pycache__/match_routes.cpython-310.pyc` (+0 -0) 📝 `app/routes/match_routes.py` (+59 -33) 📝 `app/services/__pycache__/data_collection_service.cpython-310.pyc` (+0 -0) 📝 `app/services/__pycache__/training_service.cpython-310.pyc` (+0 -0) 📝 `app/services/data_collection_service.py` (+74 -4) 📝 `app/services/tff_service.py` (+36 -28) 📝 `app/services/training_service.py` (+308 -207) 📝 `app/utils/__pycache__/constants.cpython-310.pyc` (+0 -0) 📝 `app/utils/__pycache__/helpers.cpython-310.pyc` (+0 -0) _...and 80 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#2
No description provided.