ensemble.ExtraTreesRegressor()
  • References/Python/scikit-learn/API Reference/ensemble

class sklearn.ensemble.ExtraTreesRegressor(n_estimators=10, criterion='mse', max_depth=None, min_samples_split=2, min_samples_leaf=1

2025-01-10 15:47:30
decomposition.MiniBatchSparsePCA()
  • References/Python/scikit-learn/API Reference/decomposition

class sklearn.decomposition.MiniBatchSparsePCA(n_components=None, alpha=1, ridge_alpha=0.01, n_iter=100, callback=None, batch_size=3

2025-01-10 15:47:30
sklearn.preprocessing.scale()
  • References/Python/scikit-learn/API Reference/preprocessing

sklearn.preprocessing.scale(X, axis=0, with_mean=True, with_std=True, copy=True)

2025-01-10 15:47:30
sklearn.model_selection.train_test_split()
  • References/Python/scikit-learn/API Reference/model_selection

sklearn.model_selection.train_test_split(*arrays, **options)

2025-01-10 15:47:30
sklearn.metrics.pairwise.paired_euclidean_distances()
  • References/Python/scikit-learn/API Reference/metrics

sklearn.metrics.pairwise.paired_euclidean_distances(X, Y)

2025-01-10 15:47:30
sklearn.linear_model.lasso_path()
  • References/Python/scikit-learn/API Reference/linear_model

sklearn.linear_model.lasso_path(X, y, eps=0.001, n_alphas=100, alphas=None, precompute='auto', Xy=None, copy_X=True, coef_init=None

2025-01-10 15:47:30
preprocessing.LabelEncoder
  • References/Python/scikit-learn/API Reference/preprocessing

class sklearn.preprocessing.LabelEncoder

2025-01-10 15:47:30
decomposition.SparseCoder()
  • References/Python/scikit-learn/API Reference/decomposition

class sklearn.decomposition.SparseCoder(dictionary, transform_algorithm='omp', transform_n_nonzero_coefs=None, transform_alpha=None

2025-01-10 15:47:30
gaussian_process.kernels.Matern()
  • References/Python/scikit-learn/API Reference/gaussian_process

class sklearn.gaussian_process.kernels.Matern(length_scale=1.0, length_scale_bounds=(1e-05, 100000.0), nu=1.5)

2025-01-10 15:47:30
feature_extraction.text.TfidfTransformer()
  • References/Python/scikit-learn/API Reference/feature_extraction

class sklearn.feature_extraction.text.TfidfTransformer(norm=u'l2', use_idf=True, smooth_idf=True, sublinear_tf=False)

2025-01-10 15:47:30