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.2.tar.gz (2.2 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: reeco_ml_preprocessing-0.1.2.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.2.tar.gz
Algorithm Hash digest
SHA256 f7da3ddc2e0bd78e65c3d48dcaaf5f3b6fb3724b0f3848c43527941719166235
MD5 2c42020547dcdf3e4d401ca1de684d05
BLAKE2b-256 fc4f28a9d58d90445920dce7643176d65f4810cd56946a9fadf15dd3e9903294

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