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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -