Jonas Landsgesell

Results 5 issues of Jonas Landsgesell

Hey, if you do not have automatic formatting for the jupyter notebooks yet, you can consider using black_nbconvert in the pre commit hooks, see https://github.com/jonaslandsgesell/various_machine_learning_algorithms/blob/master/.pre-commit-config.yaml I like it a lot!...

Failing (#1303) for bonds with multiple partners is avoided, however bonds with multiple partners is still not possible.

Core

It would be nice, if users could create new apps via uploading their custom jupyter notebooks via drag and drop in the browser on the home screen of mercury. Due...

As discussed in https://github.com/MaartenGr/BERTopic/issues/1696, I provide an updated doc string to reflect that `topic_model.transform(docs)[0][i]` is sometimes different from `topic_model.transform(docs[i])[0][0]`

Hello I read https://maartengr.github.io/BERTopic/api/bertopic.html#bertopic._bertopic.BERTopic.transform and understood from the documents parameter (described as "A single document or a list of documents to predict on") that I could submit a list of...