tods icon indicating copy to clipboard operation
tods copied to clipboard

d3m.primitives.tods.timeseries_processing.transformation

Open danidadon opened this issue 2 years ago • 3 comments

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

danidadon avatar Apr 19 '22 18:04 danidadon

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".

lhenry15 avatar Apr 29 '22 02:04 lhenry15

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 avatar May 27 '22 14:05 mdforney

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.

mdforney avatar May 27 '22 19:05 mdforney