python - Getting error for regression using csv files in scikit -
python - Getting error for regression using csv files in scikit -
i read info features.csv file , stored in array. got classlabels of features , stored in textfile. fitting data:
y_rbf = svr_rbf.fit(train_input, train_lab) but when utilize test set getting same value records of test data. if utilize test set subset training set o/p exact. unable know whether model built or not. how overcome problem. not classification. regression.
python scikit-learn linear-regression
Comments
Post a Comment