class sklearn.preprocessing.FunctionTransformer(func=None, inverse_func=None, validate=True, accept_sparse=False, pass_y=False
class sklearn.base.ClusterMixin
Warning DEPRECATED
class sklearn.feature_selection.SelectFpr(score_func=, alpha=0.05)
sklearn.isotonic.isotonic_regression(y, sample_weight=None, y_min=None, y_max=None, increasing=True)
sklearn.metrics.get_scorer(scoring)
sklearn.preprocessing.add_dummy_feature(X, value=1.0)
class sklearn.feature_selection.RFE(estimator, n_features_to_select=None, step=1, verbose=0)
class sklearn.gaussian_process.kernels.ExpSineSquared(length_scale=1.0, periodicity=1.0, length_scale_bounds=(1e-05
sklearn.svm.libsvm.predict() Predict target values of X given a model (low-level method)
Page 10 of 43