zilch42

Results 22 comments of zilch42

Thanks David! that's great to know. I've now got `fig.lp` working, but I think I found an issue with `tab.lp` when used in conjunction with flextable. If you knit the...

Hi Victor, nothing new and no errors in the JavaScript console, just the following warnings but they have always been there, long before adding shinylogs: ``` This page uses the...

Hi Maarten, ah that sounds like it could be possible. I've started testing, however it seems that `visualize_topics` doesn't work at all with low numbers of topics, regardless of `n_neighbors`....

Yes, I would be happy with exposing the UMAP parameters. Maybe through a dict like `UMAP_kwargs` or something. I considered suggesting that but I know you try to keep the...

Thanks Maarten, I'll play around with that

Thanks @buscon for sharing your implementation. It was really interesting to read. I have some interest in logging too I thought I would add my 2 cents. I'm not sure...

Sorry for the late reply. > However, I don't think it is the nicest experience for the user to automatically have logs created whenever they run BERTopic. > What holds...

Hi @MaartenGr, I've been seeing this warning a lot too. I think it's relevant to the way I ended up working after the discussion in #1665 so this example should...

Thanks for the tip. Is this what you mean? ```python analyzer = vectorizer_model.build_analyzer() len([d for d in abstracts if "cancer" in analyzer(d)]) >>> 43 ```

Ah, I think that is probably it! Thank you. So if I had a topic model with very good topic separation, and an important descriptive keyword that only appeared in...