1. 학습
  2. /
  3. 강의
  4. /
  5. Machine Learning in the Tidyverse

Connected

연습 문제

The three ways to tidy your model

Below are the descriptions of the three functions in the broom package. Which ones are correct?

A) tidy() returns the statistical findings of the model (such as coefficients)

B) glance() returns a concise one-row summary of the model

C) augment() adds prediction columns to the data being modeled

지침

50 XP

가능한 답변