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

sklearn.datasets.get_data_home(data_home=None)

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

Warning DEPRECATED

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

class sklearn.model_selection.ParameterGrid(param_grid)

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
6.
  • References/Python/scikit-learn/Guide

For some applications the amount of examples, features (or both) and/or the speed at which they need to be processed are challenging for traditional

2025-01-10 15:47:30
exceptions.DataDimensionalityWarning
  • References/Python/scikit-learn/API Reference/exceptions

class sklearn.exceptions.DataDimensionalityWarning

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

When performing classification you often want not only to predict the class label, but also obtain a probability of the respective label. This probability gives you

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

class sklearn.pipeline.Pipeline(steps)

2025-01-10 15:47:30
Comparing random forests and the multi-output meta estimator
  • References/Python/scikit-learn/Examples/Ensemble methods

An example to compare multi-output regression with random forest and the

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

sklearn.metrics.pairwise.euclidean_distances(X, Y=None, Y_norm_squared=None, squared=False, X_norm_squared=None)

2025-01-10 15:47:30