ScottfreeLLC / AlphaPy

Python AutoML for Trading Systems and Sports Betting
Apache License 2.0
1.11k stars 201 forks source link

Transforms Dictionary Error #30

Closed mrconway closed 3 years ago

mrconway commented 4 years ago

Fix bug for multiple transforms per column, as all but one will be dropped in the Python dictionary.

transforms:
    date              : ['alphapy.transforms', 'extract_bizday']
    date              : ['alphapy.transforms', 'extract_date']
    date              : ['alphapy.transforms', 'extract_time']
mrconway commented 3 years ago

Not a bug. There must be a one-to-one mapping between feature name (column name) and transformer function.