Package: etree 0.1.0
etree: Classification and Regression with Structured and Mixed-Type Data
Implementation of Energy Trees, a statistical model to perform classification and regression with structured and mixed-type data. The model has a similar structure to Conditional Trees, but brings in Energy Statistics to test independence between variables that are possibly structured and of different nature. Currently, the package covers functions and graphs as structured covariates. It builds upon 'partykit' to provide functionalities for fitting, printing, plotting, and predicting with Energy Trees. Energy Trees are described in Giubilei et al. (2022) <arxiv:2207.04430>.
Authors:
etree_0.1.0.tar.gz
etree_0.1.0.zip(r-4.5)etree_0.1.0.zip(r-4.4)etree_0.1.0.zip(r-4.3)
etree_0.1.0.tgz(r-4.4-any)etree_0.1.0.tgz(r-4.3-any)
etree_0.1.0.tar.gz(r-4.5-noble)etree_0.1.0.tar.gz(r-4.4-noble)
etree_0.1.0.tgz(r-4.4-emscripten)etree_0.1.0.tgz(r-4.3-emscripten)
etree.pdf |etree.html✨
etree/json (API)
# Install 'etree' in R: |
install.packages('etree', repos = c('https://ricgbl.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ricgbl/etree/issues
Last updated 2 years agofrom:190143c708. Checks:OK: 3 NOTE: 4. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 14 2024 |
R-4.5-win | NOTE | Oct 14 2024 |
R-4.5-linux | NOTE | Oct 14 2024 |
R-4.4-win | NOTE | Oct 14 2024 |
R-4.4-mac | NOTE | Oct 14 2024 |
R-4.3-win | OK | Oct 14 2024 |
R-4.3-mac | OK | Oct 14 2024 |
Exports:depthdist_compeforestetreenodeapplynodeidswidth
Dependencies:abindashBHbitopsbootbrainGraphcliclustercodacodetoolscolorspacecpp11data.tabledeSolvedoParallelenergyfansifarverfdafda.uscfdsFNNforeachFormulaggplot2gluegraphongslgtablehdrcdeigraphinumisobanditeratorskernlabKernSmoothkskSampleslabelinglatticelibcoinlifecyclelocfitmagrittrMASSMatrixmclustmgcvmulticoolmunsellmvtnormnetworkNetworkDistancenlmepartykitpcaPPpermutepillarpkgconfigpracmaR6rainbowrbibutilsRColorBrewerRcppRcppArmadilloRcppEigenRCurlRdpackrlangROptSpacerpartRSpectrascalesstatnet.commonSuppDistssurvivalTDAtibbleusedistutf8vctrsviridisLitewithr
eforest(): Random Forests With Energy Trees as Base Learners
Rendered frometree-vignette-eforest.Rmd
usingknitr::rmarkdown
on Oct 14 2024.Last update: 2022-07-12
Started: 2022-07-04
etree: Classification and Regression With Structured and Mixed-Type Data
Rendered frometree-vignette.Rmd
usingknitr::rmarkdown
on Oct 14 2024.Last update: 2022-07-12
Started: 2022-04-22
Readme and manuals
Help Manual
Help page | Topics |
---|---|
etree: Classification and Regression With Structured and Mixed-Type Data | etree-package |
Classification toy dataset | data_cls |
Regression toy dataset | data_reg |
Distances | dist_comp |
Energy Forests | eforest |
Energy Tree | etree |
Methods for "etree" objects | "[.etree" "[[.etree" depth.etree depth.party etree-methods length.etree length.party print.etree width.etree width.party [.etree [[.etree |
Size of Energy Trees | depth etree-size width |
Apply functions over nodes | nodeapply nodeapply.etree nodeapply.party nodeapply.partynode |
Extract node identifiers. | nodeids nodeids.etree nodeids.party nodeids.partynode |
Visualization of Energy Trees | plot.etree |
Predictions for Energy Forests | predict.eforest |
Predictions for Energy Trees | predict.etree |