Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 851 - 860 of 2,934 for 1 (0.2 sec)

  1. paired_distances — scikit-learn 1.7.2 documenta...

    1 ], [ 1 , 1 ]] >>> Y = [[ 0 , 1 ], [ 2 , 1 ]] >>> paired_distances...distances between (X[0], Y[0]), (X[1], Y[1]), etc… Read more in the User...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_distances.html
    Mon Nov 03 14:20:03 UTC 2025
      108.2K bytes
      Cache
     
  2. Gradient Boosting regularization — scikit-learn...

    random_state = 1 ) # map labels from {-1, 1} to {0, 1} labels , y...{ "learning_rate" : 1.0 , "subsample" : 1.0 }), ( "learning_rate=0.2"...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regularization.html
    Mon Nov 03 14:20:03 UTC 2025
      96.3K bytes
      Cache
     
  3. 8.2. Real world datasets — scikit-learn 1.7.2 d...

    1, 1, 1, 0, 1, 1, 0, 0, 0]) Converting...target [: 10 ]) [5, 6, 3, 1, 0, 1, 3, 4, 3, 0] The second loader...
    scikit-learn.org/stable/datasets/real_world.html
    Mon Nov 03 14:20:03 UTC 2025
      100.2K bytes
      Cache
     
  4. check_symmetric — scikit-learn 1.7.2 documentation

    1 , 2 ], [ 1 , 0 , 1 ], [ 2 , 1 , 0 ]]) >>> check_symmetric...symmetric_array ) array([[0, 1, 2], [1, 0, 1], [2, 1, 0]]) >>> from scipy.sparse...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_symmetric.html
    Sat Nov 01 09:15:33 UTC 2025
      108.4K bytes
      Cache
     
  5. 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
    Mon Nov 03 14:20:03 UTC 2025
      102.6K bytes
      Cache
     
  6. Target Encoder’s Internal Cross fitting — sciki...

    reshape ( - 1 , 1 )) # Remove the linear relationship...replace = True ) . reshape ( - 1 , 1 ) Finally, we assemble the dataset...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html
    Mon Nov 03 14:20:05 UTC 2025
      112.3K bytes
      Cache
     
  7. Wikipedia principal eigenvector — scikit-learn ...

    1 )[ 1 ] page_links_url = "http:/...page_links_url . rsplit ( "/" , 1 )[ 1 ] resources = [ ( redirects_url...
    scikit-learn.org/stable/auto_examples/applications/wikipedia_principal_eigenvector.html
    Mon Nov 03 14:20:03 UTC 2025
      118.9K bytes
      Cache
     
  8. dict_learning — scikit-learn 1.7.2 documentation

    * || U || _1 , 1 ( U , V ) with || V_k || _2 = 1 for all 0 <=...the Frobenius norm and ||.||_1,1 stands for the entry-wise matrix...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.dict_learning.html
    Mon Nov 03 14:20:04 UTC 2025
      120.1K bytes
      Cache
     
  9. 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
    Mon Nov 03 14:20:05 UTC 2025
      117.4K bytes
      Cache
     
  10. Compare BIRCH and MiniBatchKMeans — scikit-lear...

    threshold = 1.7 , n_clusters = None ), Birch ( threshold = 1.7 , n_clusters...= fig . add_subplot ( 1 , 3 , ind + 1 ) for this_centroid , k...
    scikit-learn.org/stable/auto_examples/cluster/plot_birch_vs_minibatchkmeans.html
    Mon Nov 03 14:20:03 UTC 2025
      105K bytes
      Cache
     
Back to top