Osma Suominen
Osma Suominen
I wonder if [LIME](https://github.com/marcotcr/lime/) would be useful for this? It generates explanations by permutating the input to a classifier and by doing that, finds out the most important features that...
I just stumbled on this "EasyRdf extension to use Guzzle to access sparql 1.1 endpoints": http://ontology.it/tools/botk4/sparql/ I wonder if it's of any use for having EasyRdf use Guzzle directly?
I was able to work around this by disabling the `json` format and then adding `application/json` to the list of MIME types recognized by the `jsonld` format: ``` php //...
Great work! Much appreciation! You could consider adding PHP 8.1 tests here as well in experimental mode (allowed to fail with `continue-on-error` enabled just for that version), like this: strategy:...
I only now noticed that this has been discussed before, in #115 and PR #248. Anyway, this bug affects EasyRdf 0.9.1.
I tested this briefly on two machines: a desktop with fixed Ethernet and a laptop with Wi-Fi. For both machines, the "Resolving dependencies" step in `poetry install` took a long...
I tested re-running the CI jobs for this PR. First attempt took 5min 30s, second took 5min 35s. So not quite as slow as the first time, but still much...
I see that there are quite a few Poetry-related actions in the GitHub Actions Marketplace: https://github.com/marketplace?type=actions&query=poetry+ Maybe one of the others would be faster or otherwise better than the current...
Hi @wetneb , thanks for the suggestion. It would make a lot of sense to implement this - I've actually had the same idea and thought about opening an issue,...
BTW, it would make the implementation easier if there was an OpenAPI (Swagger) spec for the API available. Annif uses Connexion, which is driven by an OpenAPI spec file.