Skip to main content

Package for ML preprocessing

Project description

Reeco ML Preprocessing Library

Module for preprocessor

Prerequisite

It is recommended to use Python 3.9 64bit since it is the environment that we developed the package.

Installation

Using pip:

$ pip install reeco_ml_preprocessing

or

$ py -m pip reeco_ml_preprocessing

Example

import numpy as np
from reeco_ml_preprocessing import PreprocessPipeline
from reeco_ml_preprocessing.time_series.ts_imputer import TimeSeriesImputer

pipeline = PreprocessPipeline(
    [TimeSeriesImputer(method='linear')]
)
X = pd.DataFrame(
    {
        "a": 1, 2, 3, np.nan, 5
        "b": 0, 1, np.nan, np.nan, 4
    }
)
pipeline.fit_transform(X)

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

reeco_ml_preprocessing-0.1.1.tar.gz (2.2 kB view details)

Uploaded Source

File details

Details for the file reeco_ml_preprocessing-0.1.1.tar.gz.

File metadata

  • Download URL: reeco_ml_preprocessing-0.1.1.tar.gz
  • Upload date:
  • Size: 2.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.11

File hashes

Hashes for reeco_ml_preprocessing-0.1.1.tar.gz
Algorithm Hash digest
SHA256 87670c14dc15302654d482dc970aaf82dd113b67d3cc64ae52451975013d84d4
MD5 24ea9f5411b19db6211bee872e17f0de
BLAKE2b-256 b2e377dc13a43de1289a6ef90d7a177b45a3384a33b22949a4b0c345b1abcf21

See more details on using hashes here.

Supported by

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