Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ E2E Public

❗ This is a read-only mirror of the CRAN R package repository. E2E — Ensemble Learning Framework for Diagnostic and Prognostic Modeling. Homepage: https://xiaojie0519.github.io/E2E/ Report bugs for this package: https://github.com/xiaojie0519/E2E/issues

License

Notifications You must be signed in to change notification settings

cran/E2E

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


E2E: An R Package for Easy-to-Build Ensemble Models

R-CMD-check pkgdown

E2E is a comprehensive R package designed to streamline the development, evaluation, and interpretation of machine learning models for both diagnostic (classification) and prognostic (survival analysis) tasks. It provides a robust, extensible framework for training individual models and building powerful ensembles—including Bagging, Voting, and Stacking—with minimal code. The package also includes integrated tools for visualization and model explanation via SHAP values.

Author: Shanjie Luan (ORCID: 0009-0002-8569-8526, First and Corresponding Author), Ximing Wang

Citation: If you use E2E in your research, please cite it as: "Shanjie Luan, Ximing Wang (2025). E2E: An R Package for Easy-to-Build Ensemble Models. https://github.com/XIAOJIE0519/E2E"

Note: The article is open source on CRAN and Github and is free to use, but you have to cite our article if you use E2E in your research. If you have any questions, please contact [email protected].

Documentation

For complete documentation, tutorials, and function references, please visit our pkgdown website:

https://XIAOJIE0519.github.io/E2E/


Installation

The development version of E2E can be installed directly from GitHub using remotes.

# If you don't have remotes, install it first:
# install.packages("remotes")
remotes::install_github("XIAOJIE0519/E2E")

After installation, load the package into your R session:

library(E2E)

Methodological Framework

Workflow

About

❗ This is a read-only mirror of the CRAN R package repository. E2E — Ensemble Learning Framework for Diagnostic and Prognostic Modeling. Homepage: https://xiaojie0519.github.io/E2E/ Report bugs for this package: https://github.com/xiaojie0519/E2E/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages