tree.DecisionTreeRegressor()
  • References/Python/scikit-learn/API Reference/tree

class sklearn.tree.DecisionTreeRegressor(criterion='mse', splitter='best', max_depth=None, min_samples_split=2, min_samples_leaf=1

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

The sklearn.preprocessing package provides several common utility functions and transformer classes to change raw feature vectors into a representation that

2025-01-10 15:47:30
Classifier comparison
  • References/Python/scikit-learn/Examples/Classification

A comparison of a several classifiers in scikit-learn on synthetic datasets. The point of this example is to illustrate the nature of decision boundaries of different

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

sklearn.datasets.make_friedman1(n_samples=100, n_features=10, noise=0.0, random_state=None)

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

class sklearn.linear_model.RidgeCV(alphas=(0.1, 1.0, 10.0), fit_intercept=True, normalize=False, scoring=None, cv=None, gcv_mode=None

2025-01-10 15:47:30
Plot randomly generated multilabel dataset
  • References/Python/scikit-learn/Examples/Dataset examples

This illustrates the datasets.make_multilabel_classification dataset generator. Each sample consists of counts of two features (up to

2025-01-10 15:47:30
SVM Exercise
  • References/Python/scikit-learn/Examples/Tutorial exercises

A tutorial exercise for using different SVM kernels. This exercise is used in the

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

class sklearn.manifold.Isomap(n_neighbors=5, n_components=2, eigen_solver='auto', tol=0, max_iter=None, path_method='auto', neighbors_algorithm='auto'

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

Warning This implementation is not intended for large-scale applications

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

sklearn.datasets.fetch_olivetti_faces(data_home=None, shuffle=False, random_state=0, download_if_missing=True)

2025-01-10 15:47:30