Yuda2015

Results 2 comments of Yuda2015

Hello, please kindly help me with these lines of code. I have cleaned, and properly preprocessed my dataset, it has worked well in conventional machine learning but when executing output,...

This gives NaN in all columns. what is wrong with this? skf = StratifiedKFold(n_splits=5) data = totaset.values X, y = data[:, :-1], data[:, -1] # minimally prepare dataset X =...