Fix Exception
Profile
Fix Exception
🏆 FixMan BTC Cup

Exceptions for package
scikit-learn
github stars 47032

likes 8
views 1454
Shape mismatch: if categories is an array, it has to be of shape (n_features,). / scikit-learn
likes 7
views 64
'percentiles' must be a sequence of 2 elements. / scikit-learn
likes 6
views 104
n_iter should be at least 250 / scikit-learn
likes 6
views 95
For mono-task outputs, use %s / scikit-learn
likes 6
views 47
'method' must be 'barnes_hut' or 'exact' / scikit-learn
likes 6
views 38
algorithm %s is not supported / scikit-learn
likes 6
views 35
Array passed to %s is full of zeros. / scikit-learn
likes 5
views 984
'n_components' should be inferior to 4 for the barnes_hut algorithm as it relies on quad-tree or oct-tree. / scikit-learn
likes 5
views 467
Multioutput not supported in max_error / scikit-learn
likes 5
views 414
The Box-Cox transformation can only be applied to strictly positive data / scikit-learn
likes 5
views 234
Precomputed metric requires shape (n_queries, n_indexed). Got (%d, %d) for %d indexed. / scikit-learn
likes 5
views 232
For evaluating multiple scores, use sklearn.model_selection.cross_validate instead. (param0) was passed. / scikit-learn
First Prev Page 1 of 99 Next Last