class sklearn.naive_bayes.MultinomialNB(alpha=1.0, fit_prior=True, class_prior=None)
This example uses the only the first feature of the diabetes dataset, in order to illustrate a two-dimensional plot of this regression technique. The
class sklearn.multiclass.OneVsRestClassifier(estimator, n_jobs=1)
class sklearn.neighbors.KNeighborsRegressor(n_neighbors=5, weights='uniform', algorithm='auto', leaf_size=30, p=2, metric='minkowski'
sklearn.feature_extraction.image.img_to_graph(img, mask=None, return_as=, dtype=None)
An introduction to machine learning
Warning DEPRECATED
class sklearn.base.BaseEstimator
class sklearn.feature_selection.SelectFromModel(estimator, threshold=None, prefit=False)
Page 56 of 70