RunAllModels | R Documentation |
This function will loop through a list of regression formulas and generate models using lm
RunAllModels(
USE_THESE_FORMULAS,
MODEL_DATA,
DATE_COLUMN = "date_ymd",
TARGET_COLUMN = "visits",
DEBUG = TRUE
)
USE_THESE_FORMULAS |
A list of formulas |
MODEL_DATA |
The column names containing character values that need to be encoded |
DATE_COLUMN |
Drop any levels that are missing (should be FALSE) |
TARGET_COLUMN |
Drop any levels that are missing (should be FALSE) |
DEBUG |
If TRUE, the function will run in debug mode |
returns the originak data table with all the new features appended to the dataset
Abraham Mathew
Other Modeling Functions:
DoOneHotEncoding()
,
mae()
,
rmse()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.