# NOT RUN {
# Create fake data
test_data <- RemixAutoML::FakeDataGenerator(
Correlation = 0.80,
N = 250000,
ID = 0,
FactorCount = 0,
AddDate = TRUE,
AddComment = FALSE,
AddWeightsColumn = FALSE,
ZIP = 0)
# Build Plots
output <- RemixAutoML::ResidualPlots(
TestData = test_data,
Target = "Adrian",
Predicted = "Independent_Variable1",
DateColumnName = "DateTime",
Gam_Fit = TRUE)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab