-
Notifications
You must be signed in to change notification settings - Fork 60
Assertion error - getting accuracy 0% #3
Comments
Hi! |
Hey! |
Could you explain your error in details? It's too little information in your messages to help repeat the results. |
Apologies, I was trying python 3.4 whereas the project runs off 2.7. I guess that was added later on in the readme. Anyway, thanks a lot for the help! |
In fact it was our fault not to add a python version in the readme initially. We thought that docker image is more useful and python 2.7. is by default in a jupyter notebook there. Thanks for your comments! |
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.
The text was updated successfully, but these errors were encountered: