SGD: Weighted samples
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Plot decision function of a weighted dataset, where the size of points is proportional to its weight.

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

class sklearn.feature_extraction.FeatureHasher(n_features=1048576, input_type='dict', dtype=, non_negative=False)

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

class sklearn.isotonic.IsotonicRegression(y_min=None, y_max=None, increasing=True, out_of_bounds='nan')

2025-01-10 15:47:30
Spectral clustering for image segmentation
  • References/Python/scikit-learn/Examples/Clustering

In this example, an image with connected circles is generated and spectral clustering is used to separate the circles. In these settings, the

2025-01-10 15:47:30
4.7.
  • References/Python/scikit-learn/Guide

The

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

class sklearn.linear_model.LarsCV(fit_intercept=True, verbose=False, max_iter=500, normalize=True, precompute='auto', cv=None, max_n_alphas=1000

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

class sklearn.gaussian_process.kernels.RationalQuadratic(length_scale=1.0, alpha=1.0, length_scale_bounds=(1e-05

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

class sklearn.svm.LinearSVR(epsilon=0.0, tol=0.0001, C=1.0, loss='epsilon_insensitive', fit_intercept=True, intercept_scaling=1.0, dual=True

2025-01-10 15:47:30
2.9.
  • References/Python/scikit-learn/Guide

2.9.1. Restricted Boltzmann machines Restricted Boltzmann machines (RBM) are unsupervised nonlinear feature learners based on a probabilistic

2025-01-10 15:47:30
Lasso model selection
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Use the Akaike information criterion (AIC), the Bayes Information criterion (BIC) and cross-validation to select an optimal value of the regularization

2025-01-10 15:47:30