class sklearn.exceptions.DataConversionWarning
sklearn.feature_selection.f_regression(X, y, center=True)
Warning DEPRECATED
sklearn.calibration.calibration_curve(y_true, y_prob, normalize=False, n_bins=5)
Warning DEPRECATED class sklearn
sklearn.datasets.load_mlcomp(name_or_id, set_='raw', mlcomp_root=None, **kwargs)
class sklearn.feature_extraction.text.HashingVectorizer(input=u'content', encoding=u'utf-8', decode_error=u'strict'
class sklearn.ensemble.BaggingClassifier(base_estimator=None, n_estimators=10, max_samples=1.0, max_features=1.0, bootstrap=True
class sklearn.exceptions.ConvergenceWarning
sklearn.datasets.make_friedman1(n_samples=100, n_features=10, noise=0.0, random_state=None)
Page 28 of 43