You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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 :
can someone please help me resolve this issue ?
Best regards,
Stanko
The text was updated successfully, but these errors were encountered: