Skip to main content

3 functions for for sprint 2.1 module

Project description

Data Transformation Library

Project description

3 functions that are common for transforming data used in machine learning models.

  • Transpose signature: transpose2d(input_matrix: list[list[float]]) -> list
  • Time Series Windowing signature: window1d(input_array: list | np.ndarray, size: int, shift: int = 1, stride: int = 1) -> list[list | np.ndarray]
  • Cross-Correlation signature: convolution2d(input_matrix: np.ndarray, kernel: np.ndarray, stride : int = 1) -> np.ndarray

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

functions3-0.1.3.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

functions3-0.1.3-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page