Biblioteka łącząca funkcjonalności bukmacherska i bukmacherska_crystal
Project description
combined_bukmacherska
combined_bukmacherska to biblioteka łącząca funkcjonalności bibliotek bukmacherska i bukmacherska_crystal.
Funkcje
- Funkcje gamma i beta
- Funkcje pomocnicze do obliczeń
- Modele maszynowego uczenia
- Funkcje rysujÄ…ce wykresy
Instalacja
Aby zainstalować bibliotekę, użyj poniższego polecenia:
pip install combined_bukmacherska
import combined_bukmacherska as cb
# Przykład użycia funkcji poisson_probability
beta = 2
alpha = 3
probability = cb.poisson_probability(beta, alpha)
print(f"Poisson Probability: {probability}")
# Trening modeli
X_train = ...
y_train = ...
models = cb.train_models(X_train, y_train)
# Predykcje
X_test = ...
predictions = cb.predict_with_models(models, X_test)
# Rysowanie wykresĂłw
cb.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 combined_bukmacherska-0.1.0.tar.gz.
File metadata
- Download URL: combined_bukmacherska-0.1.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b94dcd04c35ae604c20aff4e6f04bfbd0c6bee8da017f9f7ab804e2c427fbf2
|
|
| MD5 |
b27b9f2fb8552cbb64163738208e2bb6
|
|
| BLAKE2b-256 |
6c8dbd856e0eeab345de1ba93d0d282ae24ebf729d39b675a70ec5424ad0b97e
|
File details
Details for the file combined_bukmacherska-0.1.0-py3-none-any.whl.
File metadata
- Download URL: combined_bukmacherska-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 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 |
3d2b99413b6d7decd9c3a6120462b61a3c0d16387fb5b5ef534a0bf94ba384c7
|
|
| MD5 |
2885079ed20f9b918e4fb3a55e236f6a
|
|
| BLAKE2b-256 |
bcd0afe524a6be0f0003ba0c677601f1485c9a5c289aad8f98b97168f44ff62e
|