Learn R Programming

⚠️There's a newer version (1.1.0) of this package.Take me there.

baguette

The goal of baguette is to provide efficient functions that can be used to create ensemble models via bagging.

Installation

For now:

devtools::install_github("tidymodels/baguette")

Copy Link

Version

Install

install.packages('baguette')

Monthly Downloads

939

Version

0.0.1

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Max Kuhn

Last Published

April 14th, 2020

Functions in baguette (0.0.1)

bag_tree

General Interface for Bagged Decision Tree Models
var_imp.bagger

Obtain variable importance scores
class_cost

Cost parameter for minority class
predict.bagger

Predictions from a bagged model
control_bag

Controlling the bagging process
reexports

Objects exported from other packages
bagger

Bagging functions
bag_mars

General Interface for Bagged MARS Models