BenchmarkData: BenchmarkData

View source: R/FakeDataGenerator.R

BenchmarkDataR Documentation

BenchmarkData

Description

Modified version of h2o datatable benchmark data

Usage

BenchmarkData(
  NRows = 1e+07,
  Levels = 1e+06,
  NAs = -1L,
  FixedEffects = c(5, 10, 15),
  CharVars = TRUE,
  IntVars = TRUE,
  Sort = TRUE
)

Arguments

NAs

= -1L

FixedEffects

c(5,10,15), number of levels for each variable

CharVars

FALSE

IntVars

TRUE

Sort

= TRUE

N

= 10000000,

RandomLevels

= 1000000

RandomEffects

c(3)


AdrianAntico/ModelingTools documentation built on Feb. 1, 2024, 7:33 a.m.