datamllab / tods

TODS: An Automated Time-series Outlier Detection System
http://tods-doc.github.io
Apache License 2.0
1.41k stars 192 forks source link

d3m.primitives.tods.timeseries_processing.transformation #59

Open danidadon opened 2 years ago

danidadon commented 2 years ago

As of a week or so ago, I was able to run everything fine including the AutoML example with my dataset. However, I believe there were some updates made and now I am getting this error when I changed nothing to the code. Any insight into this is appreciated.

Thank you.

Screenshot 2022-04-19 140450
lhenry15 commented 2 years ago

Hi, which branch are you using? We do recently upgrading the primitive meta-data generation function which may cause this problem. But it is still under development in dev branch. Could you provide your .entry_points.ini file for our reference? It's located at "tods/resources".

mdforney commented 2 years ago

You are right. I was in dev branch. This initial code works like previous version. Thank you.

import warnings warnings.filterwarnings("ignore")

!pip install -e git+https://github.com/datamllab/tods.git#egg=tods exit()

mdforney commented 2 years ago

With the previous version I am wondering how to remove a particular primitive. For example, if I wanted the AutoML searcher to exclude the autoencoder primitive what would be the suggestion.

Thank you.