Tom Zeng

Results 11 comments of Tom Zeng

That makes sense, I'd rank SQL higer as well, thanks for the info.

I tried Spark REST fetcher with Spark 2.2, getting the following exception and the metrics have zero value: [error] o.a.s.s.ReplayListenerBus - Exception parsing Spark event log: application_1510469066221_0020 org.json4s.package$MappingException: Did not...

Hi Jimmy, It was great, thanks for organizing this, all the presenters did excellent job with presentations and materials. Great venue and very engaging audience. And many thanks to Paco,...

Hi Alex, I will keep that in mind next time I get time to work on this.

I don't have access to a 32bit machine, you can take a look at the Makefile at https://github.com/tomz/liblinear-ruby-swig/blob/master/ext/Makefile and search for '64'

Hi Peter, Thanks for pointing this out, at this point I don't have much idea, I am planning to rewrite this at some point. The results of earlier versions of...

thanks dparis for finding this, looks like changing line 212 to the following will fix it? @probability = (svm_check_probability_model(@model) == 1)

Ok sounds good, feel free to send your pull requests when you are ready. Looks like I've already upgraded the github version to LibSVM 3.1(I probably forgot to publish it),...

Thanks Dennis for pointing that out. Looked something wrong with github, some of the files went back to the older version and the timestamps on some of the files are...

I think this was fixed in liblinear-ruby-swig with this pull request https://github.com/tomz/liblinear-ruby-swig/commit/719b3076aa8aa81daf0af73a6680fd76ec6d7fc2, looks like we have the same issue here, feel free to patch it the same way. I will...