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.3.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.3.tar.gz.
File metadata
- Download URL: snaplab-0.0.3.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 |
e83894cf2d2b40c4cb729450f1be4d8b2453552853300c5a00f65b39ac887d8a
|
|
| MD5 |
592ca4122f1a794ec979f634a7a58269
|
|
| BLAKE2b-256 |
df6aa2696b90aa00c4cbdf2ba68d7edc94e2ac8a4191b7346f3920a8ee6c45e9
|
File details
Details for the file snaplab-0.0.3-py3-none-any.whl.
File metadata
- Download URL: snaplab-0.0.3-py3-none-any.whl
- Upload date:
- Size: 8.8 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 |
baf3bf856cf1e384fe2ec8d14f7b9fa13f672cefcb2f162d7f70863b369cfc5e
|
|
| MD5 |
459ea7737ba966bdb587fbc6fd0897b4
|
|
| BLAKE2b-256 |
0f8234d3d8237bd841de30d4940888df77cfc0fadc3a897bc8ec680f3592e721
|