carette
2017-11-27 16:55:00

I guess I should have continued to hang out here…


carette
2017-11-27 16:55:49

@rjnw You said last Wed. that you’d try nb_simpbucket.hs again — results?


rjnw
2017-11-27 17:05:52

I was fixing some bugs in nb_simpbucket


rjnw
2017-11-27 17:06:00

as the output wasn’t matching haskell


rjnw
2017-11-27 17:06:18

It is now the same as haskell


rjnw
2017-11-27 17:06:28

so I will try running it for full today and get timings


rjnw
2017-11-27 18:10:26

okay the previous naive bayes takes 2.7 seconds and the new one takes .26 seconds


rjnw
2017-11-27 18:10:41

I still haven’t fully verfied with haskell


rjnw
2017-11-27 18:11:10

this is runtime with my compiler


rjnw
2017-11-27 18:17:08

also I brought the 4s update to 2.7s for previous version by fixing some of my optimizations which were not working earlier for naivebayes :smile:


rjnw
2017-11-27 18:30:17

for haskell with previous naivebayes file between every “maybe sample new topic” line there is around 8seconds of gap but I am not seeing any difference between the prog generated by running new hk-maple


rjnw
2017-11-27 18:31:27

oops no thats the new haskell code, I forgot ken already updated it


rjnw
2017-11-27 20:02:28

if that 8second gap is for 100 updates then I am still way too slow compared to haskell


carette
2017-11-27 20:21:43

2.7 -> .26 is good!


carette
2017-11-27 20:22:22

I am not enough in the loop to understand what that ‘8 second gap’ refers to though.