시작하기무료로 시작하기

Hyperparameters in linear models

Which of the following is a hyperparameter in the linear model from your last exercise? The breast_cancer_data has again been loaded and the linear model has been built just as before:

linear_model <- lm(concavity_mean ~ symmetry_mean,
                    data = breast_cancer_data)

Note that hyperparameters can be found in the help section for a function, while model parameters are part of the output of a function.

이 연습은 강의의 일부입니다

Hyperparameter Tuning in R

강의 보기

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작