-
Transition to
train()
complete;elevate()
andelevate1()
removed. -
Updated
s_LightGBM
ands_LightRuleFit
for better handling of categorical variables. -
Updated tests.
-
General cleanup in preparation for 1.0 release & CRAN submission.
- Switched the main parallelizable functions (resLearn for outer
resamples; gridSearchlearn for inner resamples) to use
future
for parallelization andprogressr
for progress reporting.
-
Multiple additions and updates.
-
Major change: Renamed modeling and visualization functions to substitute dots with underscores:
- Supervised learning:
s.
=>s_
- Decomposition:
d.
=>d_
- Clustering:
u.
=>c_
- Cross-decomposition:
x.
=>x_
- Static graphics:
mplot3.
=>mplot3_
;mplot.
=>mplot_
;gplot3.
=>gplot3_
- Interactive graphics:
dplot3.
=>dplot3_
- Supervised learning:
-
Themes: New darkgray theme now always on whether you like it or not - jk: it's the new default but you can always set your own default using e.g.
options(rt.theme = "lightgrid")
. Also, newlightgray
theme. -
New option to set default plotting font: e.g.
options(rt.font = "Inter")
-
Many improvements / additions to
dplot3*
functions. -
Plenty more I haven't had a chance to document here.
-
An accumulation of updates and added functionality, algorithms, graphics.
-
Majority of
mplot3
anddplot3
functions now work with the new theme system provided bytheme_*
functions liketheme_lightgrid
andtheme_darkgrid
.
- "Super Papaya" Release out.
- rtemis moved to public repo.