vatsalsharan / pidforest

Code for the PIDForest algorithm for anomaly detection
MIT License
28 stars 6 forks source link

reference to none existing value #8

Open londumas opened 4 years ago

londumas commented 4 years ago

In /code/synthetic_experiments/mixture_nois_lof.ipynb, there is a reference to no existing variable.

---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-11-ac01db1ca609> in <module>()
----> 1 Z[:20]

NameError: name 'Z' is not defined
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-12-ce368ccbfd56> in <module>()
----> 1 len(np.transpose(noisy_pts))

NameError: name 'noisy_pts' is not defined

Same here in /code/synthetic_experiments/timeSeries.ipynb

---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-17-5a6d6a758e57> in <module>()
----> 1 reca

NameError: name 'reca' is not defined