DynForest 1.2.0 (Test
version)
Breaking changes
- DynForest(),- compute_OOBerror(),- compute_VIMP(),- compute_gVIMP(),- var_depth(),- getTree(),- getTreeNodes()are now depreciated and replaced by- dynforest(),- compute_ooberror(),- compute_vimp(),- compute_gvimp(),- compute_vardepth(),- get_tree(),- get_treenodes(), respectively.
DynForest 1.1.3 (CRAN
version)
- Improved DynForest()computation time function with
survival outcome
DynForest 1.1.2
- Added conv_issuereturn object for each tree providing
information regarding convergence of the longitudinal data
- Added S3 method print()for classDynForest,DynForestVIMP,DynForestgVIMPandDynForestVarDepth
- Added S3 method plot()to replaceplot_nodeCIF()andplot_CIF()
DynForest 1.1.1
- Fixed bugs with Inputsobject incompute_VIMP()andcompute_gVIMP()functions
(thanks to ChenXinaha GitHub user)
- Fixed an issue with single event in survival mode (thanks to
Dr. Labruère Chazal)
- Fixed bug with time variable name in formula (thanks to Dr. Labruère
Chazal)
- Added getTree()function to extract split information
from a tree specified by user
- Added getTreeNodes()function to extract nodes
identifiers for a given tree
- Added plot_nodeCIF()function to plot estimated CIF for
given tree nodes
DynForest 1.1.0
- Added S3 method plot()to replaceplot_mindepth(),plot_VIMP()andplot_gVIMP()functions
- Added a vignette to introduce DynForestmethodology
- Added a vignette for each outcome (survival, categorical and
continuous)
- Output names CurveandScalarwere
replaced byLongitudinalandNumeric,
respectively
- Improved permutation process in compute_VIMP()andcompute_gVIMP()functions