zrnsm / pyculiarity

A Python port of Twitter's AnomalyDetection R Package
GNU General Public License v3.0
364 stars 146 forks source link

fix expected value nan bug #27

Closed csxiang18 closed 1 year ago

csxiang18 commented 5 years ago

Hey, Due to the replacement of rpy2 to python STL, the decomposed value indexes can not match all_anoms indexes. Thus, the expected value in constructed dataframe will be nan values. This PR is to fix this problem.

pankti11 commented 4 years ago

Can you please merge this PR? It would be very helpful. Thanks in advance :)