Create fake data for examples
FakeDataGenerator(
Correlation = 0.7,
N = 1000L,
ID = 5L,
FactorCount = 2L,
AddDate = TRUE,
AddComment = FALSE,
AddWeightsColumn = FALSE,
ZIP = 5L,
ChainLadderData = FALSE,
Classification = FALSE,
MultiClass = FALSE
)
data.table of data
Set the correlation value for simulated data
Number of records
Number of IDcols to include
Number of factor type columns to create
Set to TRUE to include a date column
Set to TRUE to add a comment column
Add a weights column for ML
Zero Inflation Model target variable creation. Select from 0 to 5 to create that number of distinctly distributed data, stratifed from small to large
Set to TRUE to return Chain Ladder Data for using AutoMLChainLadderTrainer
Set to TRUE to build classification data
Set to TRUE to build MultiClass data
Adrian Antico