Signal Processing Tools for Machine Mearning
Project description
An open source project from Data to AI Lab at MIT.
SigPro: Signal Processing Tools for Machine Learning
- License: MIT
- Development Status: Pre-Alpha
- Homepage: https://github.com/signals-dev/SigPro
Overview
SigPro offers an end-to-end solution to efficiently apply multiple signal processing techniques to convert raw time series into feature time series that encode the knowledge of domain experts in order to solve time series machine learning problems.
Install
Requirements
SigPro has been developed and tested on Python 3.6, 3.7 and 3.8 on GNU/Linux and macOS systems.
Also, although it is not strictly required, the usage of a virtualenv is highly recommended in order to avoid interfering with other software installed in the system where SigPro is run.
Install with pip
The easiest and recommended way to install SigPro is using pip:
pip install sigpro
This will pull and install the latest stable release from PyPi.
If you want to install from source or contribute to the project please read the Contributing Guide.
User Guides
SigPro
comes with the following user guides:
- PRIMITIVES.md: Information about the primitive families, their expected input and output.
- USAGE.md: Instructions about how to usee the three main functionalities of
SigPro
. - DEVELOPMENT.md: Step by step guide about how to write a valid
SigPro
primitive and contribute it to eitherSigPro
or your own library.
History
0.0.1 - 2020-11-30
First release to PyPI.
This release comes with the first version of the contributing
module, which makes it easier
to create new primitives and to test those with the demo data included in this package.
This release also includes the following User Guides:
- PRIMITIVES.md: Information about the primitive families, their expected input and output.
- USAGE.md: Instructions about how
to usee the three main functionalities of
SigPro
. - DEVELOPMENT.md: Step by step
guide about how to write a valid
SigPro
primitive and contribute it to eitherSigPro
or your own library.
Features
- Demo data: Available demo data to test primitives.
- First primitives: The following list of primitives were added:
sigpro.aggregations.amplitude.statistical.crest_factor
sigpro.aggregations.amplitude.statistical.kurtosis
sigpro.aggregations.amplitude.statistical.mean
sigpro.aggregations.amplitude.statistical.rms
sigpro.aggregations.amplitude.statistical.skew
sigpro.aggregations.amplitude.statistical.std
sigpro.aggregations.amplitude.statistical.var
sigpro.transformations.amplitude.identity.identity
sigpro.transformations.frequency.fft.fft
sigpro.transformations.frequency.fft.fft_real
sigpro.transformations.frequency_time.stft.stft
sigpro.transformations.frequency_time.stft.stft_real
- Contributing module.
- Documentation on how to contribute new primitives and how to run those.
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
File details
Details for the file sigpro-0.0.1.dev0.tar.gz
.
File metadata
- Download URL: sigpro-0.0.1.dev0.tar.gz
- Upload date:
- Size: 2.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f65983d67ee67929d2ed717b8592897e9f61f6b0c7ef2ff1bfcae5f0bdbfbd7 |
|
MD5 | e0911e132c3953a06762694e859725f7 |
|
BLAKE2b-256 | a9e6114091ee134f0019743e0f2393dafd63279156102c9880204ef01bbc1c1e |
File details
Details for the file sigpro-0.0.1.dev0-py2.py3-none-any.whl
.
File metadata
- Download URL: sigpro-0.0.1.dev0-py2.py3-none-any.whl
- Upload date:
- Size: 2.8 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04c6ba8dd14b56515af99a0c6d868f9efd8b7c6142f6dd7b5746053347c4524d |
|
MD5 | c2df95350b3f959b0b26b882c3828aa2 |
|
BLAKE2b-256 | 758c7ea5e136fc1d2a598765c34c3cfc1f345b402703c56db42fe3084740c663 |