Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Boosting algorithms for fitting generalized linear, additive and interaction models to potentially high-dimensional data. The current relase version can be found on CRAN (http://cran.r-project.org/package=mboost).

NotificationsYou must be signed in to change notification settings

boost-R/mboost

Repository files navigation

Build Status (Linux)Build status (Windows)CRAN Status BadgeCoverage Status

mboost implements boosting algorithms for fitting generalized linear, additive and interaction modelsto potentially high-dimensional data.

Using mboost

For installation instructions see below.

Instructions on how to usemboost can be found in various places:

Issues & Feature Requests

For issues, bugs, feature requests etc. please use theGitHub Issues.

Installation Instructions

  • Current version (from CRAN):

    install.packages("mboost")
  • Latestpatch version (patched version of CRAN package; under development) from GitHub:

    library("devtools")install_github("boost-R/mboost")library("mboost")
  • Latestdevelopment version (version with new features; under development) from GitHub:

    library("devtools")install_github("boost-R/mboost",ref="devel")library("mboost")

    To be able to use theinstall_github() command, one needs to installdevtools first:

    install.packages("devtools")

About

Boosting algorithms for fitting generalized linear, additive and interaction models to potentially high-dimensional data. The current relase version can be found on CRAN (http://cran.r-project.org/package=mboost).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp