Skip to main content

NitroFE is a Python feature engineering engine which provides a variety of feature engineering modules designed to handle continous calcualtion.

Project description

zoofs Logo Header

NitroFE ( Nitro Feature Engineering )

Maintainability Rating Reliability Rating Security Rating

NitroFE is a Python feature engineering engine which provides a variety of modules designed to internally save past dependent values for providing continuous calculation.

Documentation

https://nitro-ai.github.io/NitroFE/

Installation

PyPi version

Using pip

Use the package manager to install NitroFE.

pip install NitroFE

Available feature domains

Time based Features

Time based Features

Indicator / windows / moving averages features are dependent on past values for calculation, e.g. a rolling window of size 4 is dependent on past 4 values.

While creating such features during training is quite straighforward , taking it to production becomes challenging as it would requires one to externally save past values and implement logic. Creating indicators becomes even more complex as they are dependent on several other differently sized window components.

NitroFE internally handles saving past dependant values, and makes feature creation hassle free. Just use first_fit=True for your initial fit

  • Jump right in for a handson Open In Colab

The Time based domain is divided into 'Moving average features', 'Weighted window features' and 'indicator based features'

Indicators based Features

Time based Features

NitroFe provides a rich variety of features which are inspired and translated from market indicators.

Moving average features

exponential_moving_feature

In statistics, a moving average (rolling average or running average) is a calculation to analyze data points by creating a series of averages of different subsets of the full data set. NitroFE provides an array of variety of moving averages type for you to utilize.

Weighted window Features

NitroFe provides easy to use functions to create specified weighted window featuresm and send custom operations as per your need

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

NitroFE-0.0.10.tar.gz (25.2 kB view hashes)

Uploaded Source

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