View source: R/AccessoryFunctions.R
FakeDataGenerator | R Documentation |
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
)
Correlation |
Set the correlation value for simulated data |
N |
Number of records |
ID |
Number of IDcols to include |
FactorCount |
Number of factor type columns to create |
AddDate |
Set to TRUE to include a date column |
AddComment |
Set to TRUE to add a comment column |
AddWeightsColumn |
Add a weights column for ML |
ZIP |
Zero Inflation Model target variable creation. Select from 0 to 5 to create that number of distinctly distributed data, stratifed from small to large |
ChainLadderData |
Set to TRUE to return Chain Ladder Data for using AutoMLChainLadderTrainer |
Classification |
Set to TRUE to build classification data |
MultiClass |
Set to TRUE to build MultiClass data |
data.table of data
Adrian Antico
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.