Matt Kirk
Matt Kirk
Hey again, I'm looking at some explain_local for this model I'm working on and wondering if there's a way to get it to show without resetting the index. Mainly because...
I like this project seems like a cool idea! Just wondering would y'all be interested in an outlier detection pull request? Not sure if that's outside the scope of this...
The problem here is that gems like compass-sass and bootstrap-sass will build their own Importer classes that aren't being properly uniqued. This will resolve #79
Note to self to create a confusion matrix inside of the SVM code.
Hey there, I have a model that utilizes a custom loss function and to make this work I changed up the code just a tad to allow for the ability...
Hey All, I've been pretty busy writing a book and working. So I haven't really devoted much time to the linkedin gem. That's unfortunate since there are a lot of...
# What There is littered throughout the code a bunch of `option.delete(:id)` This is generally a bad idea and should go away for many reasons. 1. Thread safety 2. Why...
Helpers are generally a code smell to me. I'd prefer that we merge authorization into the client object and separate out request into an object. That way we can make...
While we use Hashie::Mash and add our own version of translation really we should investigate using the Hashie::Trash which is a translated mash.
# What The internals of the linkedin gem are in need of some refactoring. This changes the internals to rely on Faraday and FaradayMiddleware to reduce some of the cruft....