Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1161 - 1170 of 1,699 for document (0.23 sec)

  1. l1_min_c — scikit-learn 1.7.0 documentation

    Gallery examples: Regularization path of L1- Logistic Regression
    scikit-learn.org/stable/modules/generated/sklearn.svm.l1_min_c.html
    Thu Jul 03 11:42:05 UTC 2025
      110.7K bytes
      Cache
     
  2. Features in Histogram Gradient Boosting Trees —...

    Histogram-Based Gradient Boosting(HGBT) models may be one of the most useful supervised learning models in scikit-learn. They are based on a modern gradient boosting implementation comparable to Li...
    scikit-learn.org/stable/auto_examples/ensemble/plot_hgbt_regression.html
    Mon Jul 07 14:36:35 UTC 2025
      150.9K bytes
      Cache
     
  3. check_random_state — scikit-learn 1.7.0 documen...

    Gallery examples: Empirical evaluation of the impact of k-means initialization MNIST classification using multinomial logistic + L1 Manifold Learning methods on a severed sphere Isotonic Regression...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_random_state.html
    Mon Jul 07 14:36:32 UTC 2025
      110.1K bytes
      Cache
     
  4. sklearn.model_selection — scikit-learn 1.7.0 do...

    Tools for model selection, such as cross validation and hyper-parameter tuning. User guide. See the Cross-validation: evaluating estimator performance, Tuning the hyper-parameters of an estimator, ...
    scikit-learn.org/stable/api/sklearn.model_selection.html
    Mon Jul 07 14:36:35 UTC 2025
      129K bytes
      Cache
     
  5. Recognizing hand-written digits — scikit-learn ...

    This example shows how scikit-learn can be used to recognize images of hand-written digits, from 0-9. Digits dataset: The digits dataset consists of 8x8 pixel images of digits. The images attribute...
    scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html
    Mon Jul 07 14:36:35 UTC 2025
      102K bytes
      Cache
     
  6. Multilabel classification using a classifier ch...

    This example shows how to use ClassifierChain to solve a multilabel classification problem. The most naive strategy to solve such a task is to independently train a binary classifier on each label ...
    scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html
    Mon Jul 07 14:36:35 UTC 2025
      105.1K bytes
      Cache
     
  7. cross_val_score — scikit-learn 1.7.0 documentation

    Gallery examples: Lagged features for time series forecasting Model selection with Probabilistic PCA and Factor Analysis (FA) Imputing missing values with variants of IterativeImputer Imputing miss...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_score.html
    Mon Jul 07 14:36:35 UTC 2025
      126.3K bytes
      Cache
     
  8. Compare Stochastic learning strategies for MLPC...

    This example visualizes some training loss curves for different stochastic learning strategies, including SGD and Adam. Because of time-constraints, we use several small datasets, for which L-BFGS ...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_training_curves.html
    Mon Jul 07 14:36:35 UTC 2025
      105.4K bytes
      Cache
     
  9. Image denoising using kernel PCA — scikit-learn...

    This example shows how to use KernelPCA to denoise images. In short, we take advantage of the approximation function learned during fit to reconstruct the original image. We will compare the result...
    scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html
    Mon Jul 07 14:36:35 UTC 2025
      102.6K bytes
      Cache
     
  10. Outlier detection on a real data set — scikit-l...

    This example illustrates the need for robust covariance estimation on a real data set. It is useful both for outlier detection and for a better understanding of the data structure. We selected two ...
    scikit-learn.org/stable/auto_examples/applications/plot_outlier_detection_wine.html
    Mon Jul 07 14:36:35 UTC 2025
      101.7K bytes
      1 views
      Cache
     
Back to top