Advanced Machine Learning and Visualization
This is the new version of the rtemis R package and remains under active development.
The new version (0.99+) features:
**setup_()**
functions, to offer increased transparency & clear separation of parameters.Using pak
from GitHub:
pak::pkg_install("rtemis-org/rtemis")
Using install.packages
from r-universe
:
install.packages(
'rtemis',
repos = c('https://egenn.r-universe.dev', 'https://cloud.r-project.org')
)
Using pak
from r-universe
:
pak::repo_add(myuniverse = "https://egenn.r-universe.dev")
pak::pkg_install("rtemis")
The original version included a long list of algorithms for supervised and unsupervised learning for testing and experimentation, many of which were rarely used.
The initial release of the new version focuses on a smaller set of algorithms, that will keep growing.
The original version included the mplot3
family of visualization functions using base R graphics and the dplot3
family using plotly
.
The new release includes the draw
family of functions, the evolution of the dplot3
family.
Ongoing planning is looking at organizing the long list of arguments in draw
functions potentially using dedicated setup_*()
functions and plot-specific theme_*()
functions.
The documentation is available at rdocs.rtemis.org.