Osma Suominen

Results 374 comments of Osma Suominen

If we switched to a JSON based message format, it would simplify the implementation of Vue translations as there would be no need to pass specific messages from the backend...

> When do you plan to release Annif 1.0? We don't have a set date, but would like to release by the end of August or so. The reason I...

I created a [draft PR](https://github.com/NatLibFi/Annif/pull/724) for Annif where I first upgraded the simplemma dependency to the latest github main branch and then did some further adjustments to the calling code,...

> Yes, it would be great if you add advanced examples to the current README, I believe PR https://github.com/adbar/simplemma/pull/109 describes the classes and functions but it doesn't provide concrete examples...

FWIW, I was unsure about the benchmark results reported above. because I wasn't very rigorous in setting up the test on my laptop. So I repeated the test on an...

I used the same Python version and also all the other packages were the same. But now I realized that I had forgot to check one aspect, the version of...

Optuna 3 has been released (the current release is 3.1.0), the `n_jobs` option is still present, and even [mentioned in the FAQ](https://optuna.readthedocs.io/en/stable/faq.html#multi-threading-parallelization-with-a-single-node) with the caveat that it's based on multi-threading...

> The https://github.com/optuna/optuna/discussions/3930 tells that the (new) method trial.suggest_float(“x”, low, high) corresponds to the deprecated method trial.suggest_uniform(“x”, low, high). Okay, let's switch to the new method then! I don't see...

> There could be an info message from Annif like Model(s) loaded. when all models are ready, if not a message for every individual model. ...and now we have an...

Is there anything that still needs to be done, or can we close this issue? The Web UI is already using a static copy of Vue.js (and Axios and Bootstrap,...