Skip to content
Snippets Groups Projects
Commit b1e49b4f authored by Felix Ramnelöv's avatar Felix Ramnelöv
Browse files

Lab 2: Cleanup

parent 3e0b6342
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,6 @@ channels <- colnames(X_train)
formula <- as.formula(paste("Fat~", paste(channels, collapse = " + ")))
length(train)
model <- lm(formula, data = train)
mse <- function(y, y_hat)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment