On Sun, Sep 16, 2012 at 07:44:05PM -0300, Fernando Alva Manchego wrote:
>    
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/sklearn/feature_selection/rfe.py",
>    line 298, in fit
>        ranking_ = rfe.fit(X[train], y[train]).ranking_
>    TypeError: only integer arrays with one element can be converted to an
>    index

What data type are you feeding in? Are X and y numpy arrays? They should
be.

HTH,

Gaël

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to