Python package to predict women's volleyball match results.
Project description
volleyball_prediction
This Python package contains a machine learning model to predict the outcome of women's volleyball matches. The model can also be provided as a REST API with FastAPI.
Features
- Prediction of international matches (example: Türkiye vs. Serbia)
- Ready-trained model (recorded with joblib)
- Get live predictions via API
- Data cleaning and preprocessing with Pandas
Installation
You can install it from PyPI with the following command:
pip install volleyball_prediction
from volleyball_prediction.main import guess
print(guess("Türkiye", "Sırbistan"))
# Output: "Türkiye" veya "Sırbistan"
uvicorn volleyball_prediction.predict_api:app --reload
---
Project details
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 volleyball_prediction-0.1.4.tar.gz.
File metadata
- Download URL: volleyball_prediction-0.1.4.tar.gz
- Upload date:
- Size: 1.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
876840ac310d34130a3503e0544032e4c63af3adf3da136900373385d63c22e6
|
|
| MD5 |
a77eb379ececb81760a0999a38977a05
|
|
| BLAKE2b-256 |
af5e6e819a13280fe8849dcc9275c724b3c658e083e895457d6df187d5351c26
|
File details
Details for the file volleyball_prediction-0.1.4-py3-none-any.whl.
File metadata
- Download URL: volleyball_prediction-0.1.4-py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07558247638582a515972f2e6ea1c40250456df9626dff6d831327c0b05275a6
|
|
| MD5 |
fb0e17374b779dc3e49a8860cde6a80d
|
|
| BLAKE2b-256 |
848f0d35f04dea7fb73f01fb21ac998f018d51afe5ce9639c26a0023d79793cc
|