fraunhoferportugal / tsfel

An intuitive library to extract features from time series.
https://tsfel.readthedocs.io
BSD 3-Clause "New" or "Revised" License
944 stars 143 forks source link

module 'tsfel' has no attribute 'get_features_by_domain' #161

Open StankoStankov opened 3 months ago

StankoStankov commented 3 months ago

Hi,

when i try to run the library i get the error " module 'tsfel' has no attribute 'get_features_by_domain' " I am using the following configuration : python 3.11.9 tsfel 0.1.7

code looks like this :

import tsfel 
import pandas as pd

if __name__ == '__main__':
    cfg = tsfel.get_features_by_domain()
   print(cfg)

can someone please help me resolve this issue ?

Best regards, Stanko

dmfolgado commented 2 months ago

Hi! Unfortunately, we are not able to replicate your issue. In the meantime, we released a new version (v0.1.8) that had some other changes in the tsfel.get_features_by_domain(). By any chance did it solve your issue as well?