ulf1 / lagmat

Lagmatrix. Create array with time-lagged copies of the features
Apache License 2.0
0 stars 1 forks source link

add meta information for new features #5

Open ulf1 opened 5 years ago

ulf1 commented 5 years ago
def feature_meta(A_meta, lags=[]):
    ...
    for l in lags:
        B_meta[i]['lag'] = l
    ....
    return B_meta
A_meta = list({'name': 'thisfeature'}, {'name': 'anothervariable})
ulf1 commented 5 years ago

version? 0.3.0