Doug Turnbull
Doug Turnbull
Sounds great! I think we'd be very open to a PR for this. Or one of the major companies that use this plugin (Yelp, Wikimedia, an OpenSource Connections client) would...
It would be very welcome! Dumb CatBoost question - is there a way to serialize a CatBoost model to another format (like xgboosts format)?
Thanks @DIXLTICMU ! You bring up some good points and great feedback. I would disagree it’s misleading, it’s pretty explicit that a given model will use a specified min max...
Just as a reference Solr has a `scale` function that does a min/max scaling https://lucene.apache.org/solr/guide/6_6/function-queries.html
I have a Python project, [subredis](https://github.com/softwaredoug/subredis), that implements this nicely. A Subredis is a nearly full StrictRedis implementation/wrapper that uses a namespace. Its definitely a useful pattern. Some thoughts on...
Thanks, I need better testing around this library. I am working on this python 3 branch https://github.com/o19s/elyzer/tree/python-3
Looks great. @majestixx. Thanks for the pull request. We also need to update the following: - Tests that cover clicking - Update the readme Nice to have - Update the...
For tests, look at [here](https://github.com/softwaredoug/inspector-gadget/blob/master/test/spec/inspector-gadget.js) at the places that test hovers, I think we can copy those tests for clicking and change the events we manually trigger.
Probably not. I hate dependency bloat as next as the next person. But this directive uses bootstrap JS directly (wrapping bootstrap's [popover](http://getbootstrap.com/javascript/#popovers)), which requires Jquery (see top of linked page).