Getting an error as cannot allocate vector of size 23628.3Gb while training a linear regression model with a dataset of around 1800000 observations and around 20 variables.
linear_reg_model = lm(target_variable ~., data = train_cleaned)
Getting an error as cannot allocate vector of size 23628.3Gb while training a linear regression model with a dataset of around 1800000 observations and around 20 variables.
linear_reg_model = lm(target_variable ~., data = train_cleaned)