Summary Week 9
The text is Mastering Spark with R. Using your sc connection and the correct Java version: 1. explain what each element is doing in the following code blocks and the difference between these two code blocks that explains the difference in the output. Explain what the output tables mean: >cars %>% + ml_linear_regression(mpg ~ .) %>% + summary() >cars %>% + ml_linear_regression(mpg ~ hp + cyl) %>% + summary() cars %>% + ml_linear_regression(mpg ~ hp + cyl) %>% + summary()
Connected book
Written for
- Institution
- Big Data Tools & Architecture
- Course
- Big Data Tools & Architecture
Document information
- Summarized whole book?
- No
- Which chapters are summarized?
- Unknown
- Uploaded on
- July 15, 2023
- File latest updated on
- February 22, 2024
- Number of pages
- 3
- Written in
- 2022/2023
- Type
- Summary