Releases: CDU-data-science-team/pxtextminingdashboard
Text mining dashboard 0.6.5
Display SVM or logistic, not just SGD.
Text mining dashboard 0.6.4
Fixed issues with Imports & Remotes.
Text mining dashboard 0.6.3
Updated fitted Scikit-learn
pipelines from pxtextmining
:
https://github.com/CDU-data-science-team/pxtextmining/tree/main/results_criticality
https://github.com/CDU-data-science-team/pxtextmining/tree/main/results_label
Text mining dashboard 0.6.2
Added {ggraph}
to Imports so that the RStudio Connect server does not break. Classic nasty bug when one forgets to add all packages to Imports!
Text mining dashboard 0.6.1
- Updated the datasets of the fitted pipelines.
- Changed some tab names to more meaningful ones.
Text mining dashboard 0.6.0
Closes #49.
See also See https://github.com/CDU-data-science-team/experienceAnalysis/releases/tag/0.2.1.
Text mining dashboard 0.5.0
Main update is the replacement of {reticulate}
-powered {experienceAnalysis}
functions with those from {pxtextmineR}
.
The latter package is an R wrapper of pxtextmining
, so it is more appropriate- and more consistent- to have the relevant functions in there instead of {experienceAnalysis}
.
Text mining dashboard 0.4.0
- All data processing functions now come from package experienceAnalysis (https://github.com/CDU-data-science-team/experienceAnalysis.git);
- Readme for the lay user;
Text mining dashboard 0.3.0
Main features:
- Data now loaded directly from the database.
- Python's
TextBlob
sentiment is now calculated directly in the dashboard with the help of R packagereticulate
. - Trust selection box now available- results can be filtered by trust.
Text mining dashboard 0.2.0
New features:
- Model performance comparison bar plot.
- Table with all (hyper)parameter values tried during pipeline training.
- TF-IDFs for both unigrams and bigrams.
- Bigram network plots.