Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create preprocess.py #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

abishekbalaji97
Copy link

@FlorianWetschoreck @tkrabel
The file contains pre-processing functions such as TimeStamp regularization, resampling, and clipping which are very relevant and useful in today's world. These are some commonly used functions when it comes to processing industrial data. Once included it would be very helpful to people all over the world especially Industrial analysts who work with time-series data on a regular basis(Examples included forecasting the health of sensors or components in the future with current data)

The contents of the config yaml file used are as follows. Create the same and keep it in the same directory where the pre-processing module is placed
--- # document start

Configuration File containing the various operational methods available for the pre-processing

Preprocessing Configuration

Preprocessor:
aggregation_options: ['sum', 'count', 'min', 'max', 'std', 'var','mean','last']

The file contains pre-processing functions such as TimeStamp regularization, resampling, and clipping which are very relevant and useful in today's world. These are some commonly used functions when it comes to processing industrial data.  Once included it would be very helpful to people all over the world especially Industrial analysts who work with time-series data on a regular basis(Examples included forecasting the health of sensors or components in the future with current data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant