tods
tods copied to clipboard
metadata_base.PrimitiveFamily.ANOMALY_DETECTION - MISSING PRIMITIVE ANOMALY_DETECTION
I am wondering why metadata_base.PrimitiveFamily is missing ANOMALY_DETECTION ?
I did python setup.py build and install, as per README. Any hints or clues greatly appreciated.
I tried to run the simple examples, and they all fail on the same issue:
python LOF_pipeline.py
Traceback (most recent call last):
File "LOF_pipeline.py", line 11, in
Try pip uninstall d3m. Then do "pip install -e ." in tods/ again. Could be the wrong version of D3M.
it seems python3.6 has no this problem.
python 3.6 solves the ANOMALY DETECTION error, but a new error appears. setup.py requires 'ray[tune]>=1.13.0', however python 3.6 only has ray[tune] version up to 1.12.1. Is there a solution to this?