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

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -