mattalhonte-srm
mattalhonte-srm
Did anyone figure out a good way to do this? Maybe a Template or something?
Heya! Tried this branch, blows up my container. Would it be possible to just have an `accept_sparse` flag that lets the sparse matrix pass without anything being done do it?...
Just tried! No luck, still blew up the container. Naively passing the CSR matrix and letting it pass unmolested is the only thing that's worked - some sort of "manual...
It's not, but here's the monkeypatch that made it work: ``` """Wrapper for using the Scikit-Learn API with Keras models. """ import inspect import warnings from collections import defaultdict from...
Heya! That branch worked!
Thanks so much, this rules!
Heya! Thanks again for this, it's been working perfectly! Could it be merged into Master? I wouldn't wanna miss out on new versions of the package! Thanks!