ezmsg namespace package for machine learning
Project description
ezmsg-learn
This repository contains a Python package with modules for machine learning (ML)-related processing in the ezmsg framework. As ezmsg is intended primarily for processing unbounded streaming signals, so are the modules in this repo.
If you are only interested in offline analysis without concern for reproducibility in online applications, then you should probably look elsewhere.
Processing units include dimensionality reduction, linear regression, and classification that can be initialized with known weights, or adapted on-the-fly with incoming (labeled) data. Machine-learning code depends on river, scikit-learn, numpy, and torch.
Getting Started
This ezmsg namespace package is still highly experimental and under active development. It is not yet available on PyPI, so you will need to install it from source. The easiest way to do this is to use the pip command to install the package directly from GitHub:
pip install git+ssh://git@github.com/ezmsg-org/ezmsg-learn
Note that this package depends on a specific version of ezmsg-sigproc (specifically, this branch) that has yet to be merged and released. This may conflict with your project's separate dependency on ezmsg-sigproc. However, this specific version of ezmsg-sigproc should be backwards compatible with its main branch, so in your project you can modify the dependency on ezmsg-sigproc to point to the new branch. e.g.,
pip install git+ssh://git@github.com/ezmsg-org/ezmsg-sigproc@70-use-protocols-for-axisarray-transformers
Project details
Release history Release notifications | RSS feed
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
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 ezmsg_learn-1.0.tar.gz.
File metadata
- Download URL: ezmsg_learn-1.0.tar.gz
- Upload date:
- Size: 58.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
263375816d32afda67030f391459138f2e77755c3018260ca14554940c6b369b
|
|
| MD5 |
8697369bd5c742718ecde6c348b196ae
|
|
| BLAKE2b-256 |
aa5775867ce67e4261529801ccb2efed8bb9c1b9f644ae00251ed5e00982538a
|
File details
Details for the file ezmsg_learn-1.0-py3-none-any.whl.
File metadata
- Download URL: ezmsg_learn-1.0-py3-none-any.whl
- Upload date:
- Size: 50.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a286cc8fc9d33b7cee35f1c787a4821aecc4b6999e0151c00bc30a84551d523c
|
|
| MD5 |
5307ac87687cf57d6a0ec18f4b64060e
|
|
| BLAKE2b-256 |
6a5545123b1875eb601b371d98ec950a98931d77d015c13708e6fde84dd902b9
|