Cross Validation not as accurate because I have NaNs in my training data
1 回表示 (過去 30 日間)
古いコメントを表示
I am using N-1 cross-validation to train a vector to predict IQs based on connectivity values. Basically, my vector train_vec contains NaN vals. I wondering how I can fix this to get a better prediction. I have tried omitting but get the same result, tried filling the vectors with 'previous' or 'next'. If I remove this will affect the connectivities associated with a particular value.
IQ has a guassian distribution so is there any way to fill in the NaNs based on this?
New to matlab to still learning the coding...
Any help will be much appreciated
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Statistics and Machine Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!