Lightweight ML evaluation and publishing helper.
Project description
snaplab/
│
├── snaplab/
│ ├── __init__.py
│ │
│ ├── publish.py # publish() logic
│ ├── showcase.py # showcase() logic
│ ├── evaluate.py # evaluate() function
│ │
│ ├── metrics/
│ │ ├── __init__.py
│ │ ├── classification.py
│ │ └── regression.py
│ │
│ ├── schema/
│ │ ├── __init__.py
│ │ └── generator.py
│ │
│ ├── core/
│ │ ├── detector.py # task type detection
│ │ ├── validator.py # input validation
│ │ └── serializer.py # model serialization
│ │
│ ├── network/
│ │ ├── __init__.py
│ │ └── uploader.py # API communication
│ │
│ └── exceptions.py
│
├── tests/
│ ├── test_evaluate.py
│ ├── test_publish.py
│ └── test_metrics.py
│
├── pyproject.toml
├── README.md
└── LICENSE
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
snaplab-0.0.4.tar.gz
(7.0 kB
view details)
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 snaplab-0.0.4.tar.gz.
File metadata
- Download URL: snaplab-0.0.4.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94a89bfa8f3cedd0b93e335c98024447312fbe27fbb942074d84ce2aec79fdf8
|
|
| MD5 |
bf235b05a6569050c8f85d1849108278
|
|
| BLAKE2b-256 |
19f118d73298c73ffcee9e9ab6c56d91f0d0a82c95ba87a53e88a7dd5790ab7b
|
File details
Details for the file snaplab-0.0.4-py3-none-any.whl.
File metadata
- Download URL: snaplab-0.0.4-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73588f9c87b0bc1e9d4d1f9b63e19d788c07008e79a47ecd4c2f5d3bca760e19
|
|
| MD5 |
6cd4a0e86ed9b900db9d07e59cca480d
|
|
| BLAKE2b-256 |
b02cc0dea1469f99887fb0bb9a97bc8b30f72278e1222490b451e01899b8a091
|