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

Uploaded Source

File details

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

File metadata

  • Download URL: reeco_ml_preprocessing-0.1.4.tar.gz
  • Upload date:
  • Size: 6.7 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.4.tar.gz
Algorithm Hash digest
SHA256 822eb42fae17cdcb97dd8ee0ae50b09436fe8a1cab1a3fb7984b3ec92021400e
MD5 744e8f38af6479c905ec6a0e2354be83
BLAKE2b-256 44895e879411278abc5ea919bc008c1b4ad4e721450607d1f1b3f54453ceb7aa

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