The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
setup_python_environment() helper for reticulate
setup.train_bertopic_model() helper for end-to-end
model training.save_bertopic_model() and
load_bertopic_model() to persist and reload models with
extras.train_and_save_model.Rmd and
load_and_reuse_model.Rmd.inst/scripts/train_model_function_demo.R.visualize_documents_2d() function with richer
labeling options was added to the already existing ones for document
visualization (visualize_documents() and
visualize_documents_3d()).visualize_documents_3d() function also includes
improved labeling options than in previous versions.Python package BERTopic
to version 0.17.4 and its dependencies introduced conflicts with certain
R packages. Avoid attaching R libraries like
arrow or plotly to the workflow.Python package
BERTopic and its dependencies, it is recommended to load
the Python packages BERTopic and
sentence-transformers before certain R
libraries, e.g., readr_rds().README.md file was rewritten for easier
understanding of the installation options and requirements.vignette was added (alongside the Quarto
tutorial and the pre-computed HTML file).pkgdown website on Github
(https://tpetric7.github.io/bertopicr) and another website on
Netlify (https://bertopicr.netlify.app/).Python package BERTopic
to version 0.17.0, you might have to update other packages
as well or (like myself) to create a new virtual environment with
compatible packages.BERTopic=0.17.0, you might experience
that the visualize_documents() function doesn’t render the
dots in the scatterplot. A simple temporary fix is to
open the Python file _documents.py of the
visualize_documents() function ofBERTopic (on
my Windows system it sits in
anaconda3\envs\bertopic\Lib\site-packages\bertopic\plotting\)
and change go.Scattergl to go.Scatter in the
fig.add_trace() function (it occurs twice in the
Python script)..onload() function to allow MacOS
users to import BERTopic and other installed
Python modules from the virtual environment.R package bertopicr introduces
training and visualization helpers to reproduce functions of the
Python BERTopic package. For easier
memorization, the functions names are (nearly) identical to those of the
Python package BERTopic.R wrapping functions of the
Python BERTopic package and a tutorial for
R users.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.