HN user

optimali

56 karma
Posts3
Comments19
View on HN

Any suggestions for composing gantt charts in org mode? I've been using taskjuggler but printing them out to anything other than html (ex. image, pdf) has been a hassle.

edit: local[1] has been updated to local[N], thank you for the update!

Ok thanks, I didn't know that's what "local[1]" did, so the more relevant comparison would be with --master local[30]?

The algorithm took around 500 seconds to train on the NETFLIX dataset on a SINGLE processor, which is good for data as large as 1 billion ratings. - this is from the sequential portion of the test, the parallel portion is the next section.

Cab service is bad inside Vancouver and utterly miserable outside Vancouver proper. If you are in the North shore, Burnaby, Tri-cities or further, you pretty much have to book a cab well in advance and then call in to remind them, and even then you may be better off just taking transit. Good luck getting anywhere in a reasonable amount of time with out a car.

The library is still more sparse than other languages, but for implementing methods on your own there is no better alternative. Also for using existing libraries and functions, I found pycall to be very fast and easy to use.

I also used rcall a little and while not as nice as pycall was still simple to use and allowed access to any functionality I was interested in. I've heard good things about ccall/Cxx but haven't had a chance to use them yet.

http://julialang.org/teaching/ has some examples of where it is being used for teaching

Cool. Have you found the MCMC approach to be less robust than clustering? It seems like this may be the case due to probability model assumptions.

Would be interesting to try and fit a distribution to error rates (some type of counting process) and then monitor the probability of having the occurred number of errors (with in some period of time). Then low probability events might indicate an outlier.