Erik Körner

Results 32 comments of Erik Körner

If it's still an issue. Maybe it's for security reasons, and it is updated/set to not be accessible for pull requests? It is theoretically possible to make a pull requests...

Ok. Yes, my travis jobs ran out of memory. Restarting a few days later they worked again ... The project should probably also move to travis-ci.**com**, as the **.org** one...

I'm not absolutely sure whether cookiecutter allows the definition of new/custom filter functions, then it can be simplified. But a loop might work in combination with `range(2021, 2004, -1)`. So:...

> This always gives an error after you've produced the doc in dist/docs, right? > > `Checking distribution dist/docs: InvalidDistribution: Unknown distribution format: 'docs'` You could always specify a file...

Otherwise, really nice. Great work and I'm happy I stumbled over it by chance else I wouldn't even know about it. (Some comment in the link above)

CSP: Content Security Policy https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP Maybe (if possible) add detection for CSP in Bookmarklet?

My 'solution', in the binary case, I just take one side and for the other I use the inverse to have it sum up to 1. As I 'know' that...

Now it should work. I tested it locally and on Google Colab and the examples from the documentation worked. I used the latest version, 0.11.0.

I'm also on the latest versions, trying to get a transformer-based explanation, but just using a prediction method and not getting any highlighted text. According to this: https://eli5.readthedocs.io/en/latest/tutorials/black-box-text-classifiers.html ```python def...

Markdown can work, see: https://packaging.python.org/guides/making-a-pypi-friendly-readme/ It just requires the correct content type to be specified. But you should/can just check before uploading: ```bash twine check dist/*. ``` Also mentioned: https://packaging.python.org/guides/making-a-pypi-friendly-readme/#validating-restructuredtext-markup