Michael Heilman

Results 20 comments of Michael Heilman

Maybe there could be an option to raise an exception if one tries to set a key that already exists? If there were such an option, having it on by...

fwiw, scrolling behavior seems to have changed a bit with 3.3.0 of reveal.js. I had a couple presentations that worked locally (with and older version of reveal.js coming from a...

It looks like the `sklearn.linear_model.base` module [was moved](https://github.com/scikit-learn/scikit-learn/commit/0a7adef0058ef28c7a146734f38161f7c7c581af) to `..._base` for release 0.24.1. I think that means that `civismlext` is currently incompatible with versions `>=0.24.1`. This change would make it...

Sorry, I'm not sure off the top of my head what could be causing that error. I suspect sklearn changed the signature for some function. Looking at the draft PR,...

> Apparently arrays of hashes are always like this / this is common computer science knowledge, but I've never used hashes before and it was not intuitive. I don't think...

@Zephyraith, would it be possible for you to provide an example of the input you were trying to provide versus what platform was expecting?

This doesn't seem like it should be that difficult to write code rather than docs for. Maybe we could a (spec, datetime) tuple and check the time. fwiw, the CLI...

Maybe [this](https://cachetools.readthedocs.io/en/latest/#cachetools.TTLCache) would work?

#103 fixed the build, but I think we should leave this open since I fixed it by skipping part of scikit-learn's `check_estimator` function (see the PR for details). It'd be...

That sounds like a separate issue. @beckermr, could you clarify what this issue means? I believe it means adding support for multilabel-multiclass modeling. That right?