No project description provided
Project description
Data Transformation Library
A Python library for common data transformations used in machine learning models.
Installation
You can install the library using pip:
Functions
Transpose
The transpose2d function transposes a 2-dimensional matrix. It takes a 2-dimensional list as input and returns the transposed matrix.
Time Series Windowing
The window1d function creates sliding windows of a specified size from a 1-dimensional array. It takes an input array, window size, shift value, and stride value as arguments and returns a list of sliding windows.
Cross-Correlation
The convolution2d function performs cross-correlation between a 2-dimensional input matrix and a kernel. It takes a numpy array for the input matrix, kernel, and an optional stride value. It returns the result of the cross-correlation operation.
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 functions_lib-0.1.0.tar.gz.
File metadata
- Download URL: functions_lib-0.1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.0 CPython/3.10.11 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
760efa2159627488160374d4576d5b525578f3449b4fe529a306b92ef41f5b43
|
|
| MD5 |
1f4c23672dc82e675537dd32f3ecfb4f
|
|
| BLAKE2b-256 |
a8a61f8a7601664cab023a62791f7e51f66eb2495cf0f95c6f302704b6689118
|
File details
Details for the file functions_lib-0.1.0-py3-none-any.whl.
File metadata
- Download URL: functions_lib-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.0 CPython/3.10.11 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6f4bbd8357fc67ebb175f87b05dcff9d22a0b2a3107171d0117738e04d4fe2d
|
|
| MD5 |
867e16f867ac482431c2d20f8d375311
|
|
| BLAKE2b-256 |
a499a224976a2400dff57e0f8b0642624b0685e42e240ac2f0ffbf17906c9510
|