Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 561 - 570 of over 10,000 for 1 (0.15 seconds)

  1. ridge_regression — scikit-learn 1.7.2 doc...

    0 ] - 1.0 * X [:, 1 ] + 0.1 * rng . standard_normal...>>> coef array([ 1.97, -1., -2.69e-3, -9.27e-4 ]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ridge_regression.html
    Mon Nov 24 12:29:41 GMT 2025
      119K bytes
      Cache
     
  2. img_to_graph — scikit-learn 1.7.2 documen...

    1], [0, 0, 0, 1], [0, 1, 1, 1]]) On this page...np . array ([[ 0 , 0 ], [ 0 , 1 ]]) >>> img_to_graph...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.img_to_graph.html
    Mon Nov 24 12:29:38 GMT 2025
      107.4K bytes
      Cache
     
  3. label_ranking_loss — scikit-learn 1.7.2 d...

    1 ], [ 1 , 0.2 , 0.1 ]] >>> label_ranking_loss...>>> y_true = [[ 1 , 0 , 0 ], [ 0 , 0 , 1 ]] >>> y_score...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.label_ranking_loss.html
    Mon Nov 24 11:23:21 GMT 2025
      108.3K bytes
      Cache
     
  4. dict_learning — scikit-learn 1.7.2 docume...

    1 ( U , V ) with || V_k || _2 = 1 for all 0 <=...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.dict_learning.html
    Mon Nov 24 12:29:41 GMT 2025
      120.1K bytes
      Cache
     
  5. inplace_csr_row_normalize_l2 — scikit-lea...

    1 , 2 , 3 ]) >>> data = np . array ([ 1.0 , 2.0...0. ], [0. , 0. , 1. , 0. ], [0. , 0. , 0. , 1. ]]) On this page...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs_fast.inplace_csr_row_normaliz...
    Fri Nov 21 09:29:38 GMT 2025
      107.8K bytes
      Cache
     
  6. oas — scikit-learn 1.7.2 documentation

    References [ 1 ] ( 1 , 2 ) “Shrinkage algorithms...The regularised covariance is: (1 - shrinkage) * cov + shrinkage...
    scikit-learn.org/stable/modules/generated/oas-function.html
    Mon Nov 24 12:29:38 GMT 2025
      109K bytes
      Cache
     
  7. MinCovDet — scikit-learn 1.7.2 documentation

    algorithm: (n_samples + n_features + 1) / 2 * n_samples . The parameter...parameter must be in the range (0, 1]. random_state int, RandomState...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.MinCovDet.html
    Mon Nov 24 11:23:21 GMT 2025
      140.1K bytes
      Cache
     
  8. GraphicalLasso — scikit-learn 1.7.2 docum...

    1 ], ... [ 0.0 , 0.0 , 0.1 , 0.7 ]]) >>>...the data X . Added in version 1.3. tol float, default=1e-4 The...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLasso.html
    Mon Nov 24 12:29:41 GMT 2025
      132.4K bytes
      Cache
     
  9. TruncatedSVD — scikit-learn 1.7.2 documen...

    Added in version 1.1. power_iteration_normalizer {‘auto’,...more details. Added in version 1.1. random_state int, RandomState...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.TruncatedSVD.html
    Mon Nov 24 12:29:38 GMT 2025
      137.2K bytes
      Cache
     
  10. unique_labels — scikit-learn 1.7.2 docume...

    unique_labels ([ 1 , 2 , 3 , 4 ], [ 2 , 2 , 3 , 4 ]) array([1, 2, 3, 4])...unique_labels ([ 1 , 2 , 10 ], [ 5 , 11 ]) array([ 1, 2, 5, 10, 11])...
    scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.unique_labels.html
    Fri Nov 21 09:29:38 GMT 2025
      106.8K bytes
      Cache
     
Back to Top