tests/testthat/_snaps/basic-execution.md

basic execution

Code
  print(c5_xy)
Output

  Call:
  cubist.default(x = dat_tr[, -1], y = dat_tr$outcome)

  Number of samples: 100 
  Number of predictors: 20

  Number of committees: 1 
  Number of rules: 2
Code
  cubistControl()
Output
  $unbiased
  [1] FALSE

  $rules
  [1] 100

  $extrapolation
  [1] 1

  $sample
  [1] 0

  $label
  [1] "outcome"

  $seed
  [1] 3907


Try the Cubist package in your browser

Any scripts or data that you put into this service are public.

Cubist documentation built on March 31, 2023, 10:36 p.m.