sklearn.datasets.load_sample_image()
  • References/Python/scikit-learn/API Reference/datasets

sklearn.datasets.load_sample_image(image_name)

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

sklearn.pipeline.make_union(*transformers)

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

sklearn.utils.shuffle(*arrays, **options)

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

class sklearn.model_selection.ParameterSampler(param_distributions, n_iter, random_state=None)

2025-01-10 15:47:30
Lasso and Elastic Net for Sparse Signals
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Estimates Lasso and Elastic-Net regression models on a manually generated sparse signal corrupted with an additive noise. Estimated coefficients are

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

class sklearn.feature_extraction.image.PatchExtractor(patch_size=None, max_patches=None, random_state=None)

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

sklearn.feature_selection.mutual_info_regression(X, y, discrete_features='auto', n_neighbors=3, copy=True, ran

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

sklearn.metrics.label_ranking_average_precision_score(y_true, y_score)

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

class sklearn.decomposition.FactorAnalysis(n_components=None, tol=0.01, copy=True, max_iter=1000, noise_variance_init=None, s

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

sklearn.preprocessing.label_binarize(y, classes, neg_label=0, pos_label=1, sparse_output=False)

2025-01-10 15:47:30