at Spotify and I think it’s the most well-designed ML package I’ve seen so far. - spotify scikit-learn in one word: Awesome. - machinalis I’m constantly recommending that more developers and scientists try scikit-learn. - lovely The documentation is really thorough, as well, which makes the library quite easy to use. - OkCupid scikit-learn makes doing advanced analysis in Python accessible to anyone. - yhat
# test classfiers can handle non-array data yield check_classifier_data_not_an_array, name, Classifier # test classifiers trained on a single label # always return this label yield check_classifiers_one_label, name, Classifier yield check_classifiers_classes, name, Classifier yield check_classifiers_pickle, name, Classifier yield check_estimators_partial_fit_n_features, name, Classifier