Table of Contents
What?
That's a package to run tests about scikit library of Python. For example, create models, vectorizer
Installing
Create a python environment
$ mkdir venv3.14
$ python3 -m venv venv3.14
$ cd venv3.14
$ source bin/activate
Install the python package
$ pip3 install damescikit
Access to the path of the package
$ cd lib/python3.14/site-packages/damescikit
Check Test
In the path:
$ cd damescikit
Execute all tests:
$ pytest tests
Execute one file:
$ pytest tests/test_models.py
Execute one single test in a file
$ pytest tests/test_models.py::TddInPythonExample::test_models_lda
Release files for damescikit 0.1.7.post1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| damescikit-0.1.7.post1.tar.gz | 44.9 kB | Details |
Release files / damescikit-0.1.7.post1.tar.gz
| Download URL | damescikit-0.1.7.post1.tar.gz |
|---|---|
| Size | 44.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
06cd3748190d35b8f7962555c89fffda4962a159224782f25bdf4078f3b0cf65
|
|
BLAKE2b-256 checksum How to use checksums |
ade5feb5a629b2f62cb8cfc8153de14250a05ecd2ece6a5469adb5b41b42e5ef
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.3
|