knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

qboost - Quantile Boosting

R-CMD-check Codecov test coverage CodeFactor

The R package qboost provides an implementation of boosting with the smoothed check loss function.

TODO: Add Article from arXiv

Documentation and Maintenance

Documentation of functions in R: Documentation

qboost is currently maintained by @SvenKlaassen.

Installation

To install development version from GitHub, run the following commands:

# install.packages("devtools")
remotes::install_github("SvenKlaassen/qboost")

References



SvenKlaassen/qboost documentation built on Nov. 8, 2022, 12:13 p.m.