First of all, thanks a whole lot for making this sklearn package to easily add NEAT to sklearn!
I wanted to use your package quickly to apply NEAT to a problem that I had tried many different classifiers with before. The whole pipeline was setup and worked great, but the neuro evolution is the only one requiring dense matrices for an input.
I am just putting it out there that the sparse/dense matrix detection could be added to the package, a warning could be added before the fitting to inform that the input matrix will be converted to a dense one under the hood and let your wrapper take care of the rest by itself.
First of all, thanks a whole lot for making this sklearn package to easily add NEAT to sklearn!
I wanted to use your package quickly to apply NEAT to a problem that I had tried many different classifiers with before. The whole pipeline was setup and worked great, but the neuro evolution is the only one requiring dense matrices for an input.
I am just putting it out there that the sparse/dense matrix detection could be added to the package, a warning could be added before the fitting to inform that the input matrix will be converted to a dense one under the hood and let your wrapper take care of the rest by itself.