Cleaning data for machine learning
Mostrar comentarios más antiguos
Hey!
I am trying to clean up the missing data described as NaN for a regression using the neural network fitnet function. The thing is that these missing values for each observation I have, I don't know them and I can't remove them because I would lose the meaning. I know that in python it can be done with a pandas drop function, but in matlab I don't know how to do it without getting an error in the neural network.
If someone knows something, it would be appreciated.
3 comentarios
FERNANDO CALVO RODRIGUEZ
el 14 de Mzo. de 2023
Luca Ferro
el 14 de Mzo. de 2023
Editada: Luca Ferro
el 14 de Mzo. de 2023
It's not quite clear to me if you want to remove the NaNs or replace them with 0s.
In any case, it would be very useful if you could share the data
FERNANDO CALVO RODRIGUEZ
el 15 de Mzo. de 2023
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!