No project description provided
Project description
lib-ml
Contains the pre-processing logic for data that is used for training or queries.
• Factor out the pre-processing logic from the training pipeline.
• Fetch relevant dependencies through a package manager, e.g., by creating a separate requirements.txt. (DONE)
• The library is versioned automatically, e.g., by picking-up on the corresponding Git version tag. (DONE)
• A workflow is used to automatically release the library in a package registry that matches the language. (As stated before, this includes either supported package registries on GitHub or repository tags in languages that support it.) (DONE)
Usage
Install with
pip install remla24-team8-lib-ml
Use as
from lib_ml import DataProcessor
data_processor = DataProcessor()
Publish a release
To publish a new release, simply create a new release in GitHub with the appropriate tag name. Be sure that this tag name matches the version in the pyproject.toml
. GitHub Actions will then automatically release and publish this. If the release failed, then remove the tag while in the Git repo using git push origin --delete <tag name>
, after which you can then re-release the (now draft) release on GitHub.
When using Poetry, you can also depend on the latest commit using the following dependency:
remla24-team8-lib-ml = { git = "https://github.com/remla24-team8/lib-ml.git", branch = "main" }
PyPi organization
For now it is owned by tmtenbrink on PyPI, but hopefully we get an organization so we can put it there.
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
File details
Details for the file remla24_team8_lib_ml-0.1.2.tar.gz
.
File metadata
- Download URL: remla24_team8_lib_ml-0.1.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbbe25b4694c5332e3f1f6fa35e1d033123a6b129b229ad82d52b0a838001ce0 |
|
MD5 | 12fcbb01894258c86611c4af3b2f025b |
|
BLAKE2b-256 | 0641300a044c5be82b7c99936304555a04526426f1f109d93ad66eebe527bb02 |
File details
Details for the file remla24_team8_lib_ml-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: remla24_team8_lib_ml-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2929dfcd8463239f2e7c40283772d6590e5faa44406eea62b46a385fe08df3a2 |
|
MD5 | 95a7db981ba15c0f4f3a169ace7bee75 |
|
BLAKE2b-256 | 97b992e52b09daf630f8fd23f194e0a9bf67bfbf7e34e61a2f5934f260ef1b0b |