Borrar filtros
Borrar filtros

How to get crossval on Classification Linear?

2 visualizaciones (últimos 30 días)
Yean Lim
Yean Lim el 8 de Dic. de 2020
Comentada: Karan Nandankar el 4 de En. de 2021
Hi, there are crossval methods available for ClassificationTree & ClassificationEnsemble
I have a ClassificationLinear created from fitclinear with hyperparameter optimization.
How do use crossval function on ClassificationLinear?
  1 comentario
Karan Nandankar
Karan Nandankar el 4 de En. de 2021
Hi,
Can you try using the following line of code in your workflow,
CVMdl = fitclinear(X,Y,'CrossVal','on');
% KFold Loss
error = kfoldLoss(CVMdl)
Refer to this documentation for more information.

Iniciar sesión para comentar.

Respuestas (0)

Productos


Versión

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by