Transition to train()
complete; elevate()
and elevate1()
removed.
Updated s_LightGBM
and s_LightRuleFit
for better handling of
categorical variables.
Updated tests.
General cleanup in preparation for 1.0 release & CRAN submission.
future
]
for parallelization and [progressr
] for progress reporting.Multiple additions and updates.
Major change: Renamed modeling and visualization functions to substitute dots with underscores:
s.
=> s_
d.
=> d_
u.
=> c_
x.
=> x_
mplot3.
=> mplot3_
; mplot.
=> mplot_
; gplot3.
=> gplot3_
dplot3.
=> dplot3_
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, new
lightgray
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
and dplot3
functions now work with the new
theme system provided by theme_*
functions like theme_lightgrid
and theme_darkgrid
.