Patch for errors introduced in the sparse label binarizer#3314
Patch for errors introduced in the sparse label binarizer#3314hamsal wants to merge 7 commits intoscikit-learn:masterfrom hamsal:sprs-lbl-bin-patch
Conversation
|
Changes Unknown when pulling 4ff2daa on hamsal:sprs-lbl-bin-patch into * on scikit-learn:master*. |
|
So the problem appears when a label indicator matrix is passed into the label binarizer... |
|
@jnothman do you know of a way to cast the dtype of a numpy array in numpy 1.6.2? the more recent versions of numpy are passing in the Travis as of now. I am trying other methods of casting. |
|
See sklearn.utils.astype On 25 June 2014 17:19, hamsal notifications@github.com wrote:
|
|
merged as 7a70e0f |
|
Changes Unknown when pulling ac1af5b on hamsal:sprs-lbl-bin-patch into * on scikit-learn:master*. |
|
Great! Thanks for the quick fix! |
The error: