HN user

gnuly

23 karma
Posts0
Comments14
View on HN
No posts found.

I was going to suggest you to use reader mode, but firefox's reader mode doesn't detect the main content here, but rather the comments.

Big Book of R 1 year ago

R was the first thing we had in our syllabus for (shallow)Machine Learning.

the ease of doing `model <- lm(speed~dist, cars)` and then `predict(model, data.frame(dist = c(42)))` is unparalled.