You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.data = [ x[0] for x in map_result ] self.lengths = [ x[1] for x in map_result ]
Results in assertion error. I am getting ROC as 0.5 and the model is not predicting any anomalies, resulting in 0.0 as accuracy.