Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1011 - 1020 of 3,230 for 1 (0.42 sec)

  1. fetch_lfw_people — scikit-learn 1.7.1 documenta...

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the Labeled...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_people.html
    Sat Aug 02 00:15:38 UTC 2025
      114.8K bytes
      Cache
     
  2. cross_val_predict — scikit-learn 1.7.1 document...

    means 1 unless in a joblib.parallel_backend context. -1 means...GroupKFold ). Changed in version 1.4: groups can only be passed if...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_predict.html
    Sat Aug 02 00:15:38 UTC 2025
      120.3K bytes
      Cache
     
  3. Image denoising using kernel PCA — scikit-learn...

    4 of [ 1 ] . References # Authors: The...pixel values are in the range (0, 1). import numpy as np from sklearn.datasets...
    scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html
    Sat Aug 02 00:15:35 UTC 2025
      102.6K bytes
      Cache
     
  4. Multilabel classification using a classifier ch...

    max ( model_scores ) * 1.1 ]) colors = [ "r" ] + [ "b" ]...model_names = ( "Independent" , "Chain 1" , "Chain 2" , "Chain 3" , "Chain...
    scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html
    Sat Aug 02 00:15:37 UTC 2025
      105.1K bytes
      Cache
     
  5. Permutation Importance with Multicollinear or C...

    subplots ( 1 , 2 , figsize = ( 12 , 8 )) mdi_importances...ax1 , ax2 ) = plt . subplots ( 1 , 2 , figsize = ( 12 , 8 )) corr...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html
    Sat Aug 02 00:15:35 UTC 2025
      117.4K bytes
      Cache
     
  6. Frozen Estimators — scikit-learn 1.7.1 document...

    Examples concerning the sklearn.frozen module. Examples of Using FrozenEstimator
    scikit-learn.org/stable/auto_examples/frozen/index.html
    Sat Aug 02 00:15:37 UTC 2025
      73.2K bytes
      Cache
     
  7. Nearest Neighbors — scikit-learn 1.7.1 document...

    Examples concerning the sklearn.neighbors module. Approximate nearest neighbors in TSNE Caching nearest neighbors Comparing Nearest Neighbors with and without Neighborhood Components Analysis Dimen...
    scikit-learn.org/stable/auto_examples/neighbors/index.html
    Sat Aug 02 00:15:35 UTC 2025
      82.5K bytes
      Cache
     
  8. Cross decomposition — scikit-learn 1.7.1 docume...

    Examples concerning the sklearn.cross_decomposition module. Compare cross decomposition methods Principal Component Regression vs Partial Least Squares Regression
    scikit-learn.org/stable/auto_examples/cross_decomposition/index.html
    Sat Aug 02 00:15:37 UTC 2025
      74.2K bytes
      Cache
     
  9. l1_min_c — scikit-learn 1.7.1 documentation

    intercept_scaling = 1.0 ) [source] # Return the lowest...intercept_scaling float, default=1.0 When fit_intercept is True,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.l1_min_c.html
    Sat Aug 02 00:15:38 UTC 2025
      110.7K bytes
      Cache
     
  10. extract_patches_2d — scikit-learn 1.7.1 documen...

    max_patches is a float between 0 and 1, it is taken to be a proportion...patches: >>> print ( patches [ 1 ]) [[[174 201 231] [174 201 231]]...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.extract_patches_2d.html
    Sat Aug 02 00:15:38 UTC 2025
      111.9K bytes
      Cache
     
Back to top