sklearn.linear_model.lars_path()
  • References/Python/scikit-learn/API Reference/linear_model

sklearn.linear_model.lars_path(X, y, Xy=None, Gram=None, max_iter=500, alpha_min=0, method='lar', copy_X=True, eps=2.2204460492503131e-16

2025-01-10 15:47:30
Path with L1- Logistic Regression
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Computes path on IRIS dataset. print(__doc__) # Author: Alexandre Gramfort <alexandre.gramfort@inria.fr>

2025-01-10 15:47:30
Robust covariance estimation and Mahalanobis distances relevance
  • References/Python/scikit-learn/Examples/Covariance estimation

An example to show covariance estimation with the Mahalanobis distances on Gaussian distributed data. For Gaussian distributed

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

sklearn.feature_extraction.image.grid_to_graph(n_x, n_y, n_z=1, mask=None, return_as=, dtype=)

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

sklearn.datasets.make_biclusters(shape, n_clusters, noise=0.0, minval=10, maxval=100, shuffle=True, random_state=None)

2025-01-10 15:47:30
Sparse recovery
  • References/Python/scikit-learn/Examples/Generalized Linear Models

Given a small number of observations, we want to recover which features of X are relevant to explain y. For this

2025-01-10 15:47:30
Demonstration of k-means assumptions
  • References/Python/scikit-learn/Examples/Clustering

This example is meant to illustrate situations where k-means will produce unintuitive and possibly unexpected clusters. In the first three plots, the input

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

sklearn.datasets.make_friedman3(n_samples=100, noise=0.0, random_state=None)

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

class sklearn.feature_extraction.text.TfidfVectorizer(input=u'content', encoding=u'utf-8', decode_error=u'strict',

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

sklearn.metrics.explained_variance_score(y_true, y_pred, sample_weight=None, multioutput='uniform_average')

2025-01-10 15:47:30