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

Uploaded Source

File details

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

File metadata

  • Download URL: reeco_ml_preprocessing-0.1.5.tar.gz
  • Upload date:
  • Size: 6.6 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.5.tar.gz
Algorithm Hash digest
SHA256 3562481593cb3d2bddb939a6704c8dd7e518169e34e081bcf753f3bd1d4c5045
MD5 c1961a08d5bea307f140e478061bc3e4
BLAKE2b-256 c2718f4f137e6b6e0008120cb264b08471584b53fb35ad4c92f2df23c2afa1b7

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