Automatic Relevance Determination Regression
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Fit regression model with Bayesian Ridge Regression. See

2025-01-10 15:47:30
Comparing various online solvers
  • References/Python/scikit-learn/Examples/Generalized Linear Models

An example showing how different online solvers perform on the hand-written digits dataset.

2025-01-10 15:47:30
Faces dataset decompositions
  • References/Python/scikit-learn/Examples/Decomposition

This example applies to The Olivetti faces dataset different unsupervised matrix decomposition (dimension reduction) methods from

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

sklearn.datasets.make_spd_matrix(n_dim, random_state=None)

2025-01-10 15:47:30
Joint feature selection with multi-task Lasso
  • References/Python/scikit-learn/Examples/Generalized Linear Models

The multi-task lasso allows to fit multiple regression problems jointly enforcing the selected features to be the same across tasks. This example

2025-01-10 15:47:30
A demo of the Spectral Biclustering algorithm
  • References/Python/scikit-learn/Examples/Biclustering

This example demonstrates how to generate a checkerboard dataset and bicluster it using the Spectral Biclustering algorithm. The data is

2025-01-10 15:47:30
Model Complexity Influence
  • References/Python/scikit-learn/Examples/Examples based on real world datasets

Demonstrate how model complexity influences both prediction accuracy and computational performance. The dataset is the Boston Housing dataset (resp. 20 Newsgroups)

2025-01-10 15:47:30
Manifold learning on handwritten digits
  • References/Python/scikit-learn/Examples/Manifold learning

An illustration of various embeddings on the digits dataset. The RandomTreesEmbedding, from the

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

sklearn.datasets.make_sparse_coded_signal(n_samples, n_components, n_features, n_nonzero_coefs, random_state=None)

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

class sklearn.manifold.TSNE(n_components=2, perplexity=30.0, early_exaggeration=4.0, learning_rate=1000.0, n_iter=1000, n_iter_without_progress=30

2025-01-10 15:47:30