Computer Science, asked by asutoshmaravi3790, 11 months ago

What is the code to create a ridge regression object "RR" with an alpha term equal 10

Answers

Answered by gauravarduino
0

Explanation:

Because in real applications the number of causal variables is not known a priori, we evaluated the predictive performance when a range of proportions of predictors were included in the multiple regression. RR with the ridge parameter chosen using 10-fold cross-validation (RR-CV).

Answered by ameni
2

Answer:

RR=Ridge(alpha=1)

Similar questions