
Last chance! 50% off unlimited learning
Sale ends in
Create fake data for examples
FakeDataGenerator(
Correlation = 0.7,
N = 1000L,
ID = 5L,
FactorCount = 2L,
AddDate = TRUE,
AddComment = FALSE,
AddWeightsColumn = FALSE,
ZIP = 5L,
TimeSeries = FALSE,
TimeSeriesTimeAgg = "day",
ChainLadderData = FALSE,
Classification = FALSE,
MultiClass = FALSE
)
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
Zero Inflation Model target variable creation. Select from 0 to 5 to create that number of distinctly distributed data, stratifed from small to large
For testing AutoBanditSarima
Choose from "1min", "5min", "10min", "15min", "30min", "hour", "day", "week", "month", "quarter", "year",
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
# NOT RUN {
data <- RemixAutoML::FakeDataGenerator(
Correlation = 0.70,
N = 1000L,
ID = 2L,
FactorCount = 2L,
AddDate = TRUE,
AddWeightsColumn = FALSE,
AddComment = FALSE,
ZIP = 2L,
TimeSeries = FALSE,
ChainLadderData = FALSE,
Classification = FALSE,
MultiClass = FALSE)
# }
Run the code above in your browser using DataLab