Biblioteka do przewidywania wyników różnych zdarzeń w meczach piłkarskich
Project description
Stalowa Bukmacherka
Stalowa Bukmacherka to biblioteka do przewidywania wyników różnych zdarzeń w meczach piłkarskich, używająca różnych modeli regresji i klasyfikacji.
Instalacja
Aby zainstalować bibliotekę, użyj:
pip install stalowa_bukmacherka
import stalowa_bukmacherka as sb
# Przygotowanie danych treningowych
X_train = ...
y_train = ...
# Trening modeli
models = sb.train_models(X_train, y_train)
# Przewidywanie wynikĂłw
X_test = ...
predictions = sb.predict_with_models(models, X_test)
# Wyświetlanie wyników
sb.plot_results(predictions, team1_lambda, team2_lambda, team1_avg_conceded, team2_avg_conceded)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bukmacherska_crystal-0.1.0.tar.gz.
File metadata
- Download URL: bukmacherska_crystal-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d25b654a3f0b8becce2372ea8aaab6b9b223f118ae0a1b4dc5c3d4df5e42e01
|
|
| MD5 |
25a98d8c65cfbb19bc4a92e44d06c95c
|
|
| BLAKE2b-256 |
439c0fa8f8d51cc5cc2ef76785d7e659a6804110466438b8d69b84a4407b910c
|
File details
Details for the file bukmacherska_crystal-0.1.0-py3-none-any.whl.
File metadata
- Download URL: bukmacherska_crystal-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e1721d75052ba94584d2a6bf9700c7db134cac59aef27780d6f1968a5ec424a
|
|
| MD5 |
534b017486c874e866ffd7975121aacb
|
|
| BLAKE2b-256 |
215c4a2ae18b72f8ff79b0992a20bfa528ed6a842d094ceebf0f5de9d7300f05
|