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.2.tar.gz
(5.4 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.2.tar.gz.
File metadata
- Download URL: snaplab-0.0.2.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
847f9d9dc9ba2536de135248249d7bd0b0398ea68ac1d3722ee5db18d29826de
|
|
| MD5 |
77629039d9e5a9b0b832739614ab75a5
|
|
| BLAKE2b-256 |
d08ac1e6040599ddc1bc83e6a0c9fa292a1b30990f7501cc6dfcc35c2f3d1e66
|
File details
Details for the file snaplab-0.0.2-py3-none-any.whl.
File metadata
- Download URL: snaplab-0.0.2-py3-none-any.whl
- Upload date:
- Size: 7.1 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 |
d6b1a9260eb639a6caa8d0939f7f97b26a82de78a3e29ca2becd83908a89f5a4
|
|
| MD5 |
e595269d0ed585fc2a177f9606d1e8e6
|
|
| BLAKE2b-256 |
aa4b7edb294d02791da68f321072d15cba939609b8d310b6d1e70466e4171658
|