Markus Quade

Results 13 comments of Markus Quade

This should be a good point to start reading: https://www.iitk.ac.in/kangal/Deb_NSGA-II.pdf

@Jacob-Stevens-Haas You can find the build log of readthedocs here https://readthedocs.org/projects/pysindy/builds/17412700/ I think it‘s easy to reproduce the build but checking for correct rst maybe tricky

Seems like some of your data are infinite. Did you clean your data before fitting the model?

Thanks for your investigations. The group lasso implementation is actually vendored. Mind sharing how you fixed the problem? We might want to have our own group lasso implementation.

We are thinking about dedicated `tensorflow` support by providing a suitable primitive set and examples. Besides that, other concepts (algorithms, genetic operations) will work right out of the box.

Hi @danuker, thank you for your interest in glyph. Indeed the project lacks an interface compatible with sklearn. I'd be delighted to review a pull request and certainly willing to...

FYI: on gitlab you can always overwrite the entrypoint ``` image: name: jagregory/pandoc entrypoint: [""] ```

Found the error, I actually wrote` \input{"../tables/grid.tex"}` which apparently causes an error.

Yes, that file contains a complex, auto-generated table. It works just fine if I don't use quotes or place it so that I don't have to use the "..". Btw,...

I do not want to move the bib file. If the bib file is already compiled, I want to replace the `\bibliography` and `\bibliographystyle` with the content of the corresponding...