Open dkapitan opened 8 months ago
That's awesome.
That definitely would be nice to implement. I'm wondering whether it could be done using the .visualize_document_datamap
and simply add an interactive
parameter of sorts or whether it deserves a separate function. @lmcinnes You by chance have any idea what would be best here?
I think you can probably just add an interactive parameter, and have not too many other changes. It may be worth adding a few extra keyword parameters, specific to the interactive plot, that will be ignored if interactive
is not True
just to expose them in the API/docstring. I think enable_search
would be the prime candidate, but there may be others.
thanks for the suggestion @lmcinnes. I will put this on my next item to pick up, @MaartenGr
https://github.com/MaartenGr/BERTopic/pull/1750/files# has integrated static datamapplot. The code base could be extended to support interactive datamapplots