Skip to content

Signal PrOcEssing Features for transaction/balance data - Package

License

Notifications You must be signed in to change notification settings

JanBargeman/SPOEF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPi Version PyPI

SPOEF

Overview

SPOEF is a Python package that lets you easily generate features with signal processing methods from transaction data.

Example Usage - Generating Features

transaction_features_quarterly = feature_generation(
    data=data[["name", "date", "transaction"]],
    grouper="name",
    combine_fill_method="transaction",
    time_window='quarter',
    list_featuretypes=["FourierComplete", "WaveletComplete"],
    observation_length=1
)

Installation

pip install SPOEF

Documentation

The documentation can be found here.

Releases

No releases published

Languages