i know this is going to sound a little silly, but I was thinking there that
it might be nice to be able to do this with scikit learn

clf = sklearn.anyClassifier()
clf.fit( { 0: dataWithLabel0,
           1: dataWithLabel1 } )

instead of having to separate the data/labels manually. i guess fit would
do that internally, but it might be nice to have this

bill
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to