Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 51 - 60 of 7,332 for 2 (0.12 seconds)

  1. PolynomialCountSketch — scikit-learn 1.7....

    degree = 2 , coef0 = 0 , n_components = 100...approximated. degree int, default=2 Degree of the polynomial kernel...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.PolynomialCountSketch.html
    Sat Nov 15 10:03:26 GMT 2025
      133.7K bytes
      Cache
     
  2. AffinityPropagation — scikit-learn 1.7.2 ...

    2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4...cluster_centers_ array([[1, 2], [4, 2]]) For an example usage, see...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AffinityPropagation.html
    Sat Nov 15 10:03:25 GMT 2025
      130.6K bytes
      Cache
     
  3. lars_path — scikit-learn 1.7.2 documentation

    float64(2.220446049250313e-16) , copy_Gram...case method=’lasso’ is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path.html
    Sat Nov 15 10:03:27 GMT 2025
      120.5K bytes
      Cache
     
  4. roc_auc_score — scikit-learn 1.7.2 docume...

    the standardized partial AUC [2] over the range [0, max_fpr] is...under of the ROC as follows: G = 2 * AUC - 1 Where G is the Gini...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html
    Sat Nov 15 10:03:27 GMT 2025
      131.3K bytes
      Cache
     
  5. TransformerMixin — scikit-learn 1.7.2 doc...

    2 ], [ 2 , 3 ], [ 3 , 4 ]] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.base.TransformerMixin.html
    Sat Nov 15 10:03:26 GMT 2025
      116.6K bytes
      Cache
     
  6. ExtraTreesRegressor — scikit-learn 1.7.2 ...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...= None , min_samples_split = 2 , min_samples_leaf = 1 , min_...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Sat Nov 15 10:03:27 GMT 2025
      162.1K bytes
      Cache
     
  7. completeness_score — scikit-learn 1.7.2 d...

    2 , 3 ], [ 0 , 0 , 1 , 1 ])) 0.999...([ 0 , 0 , 0 , 0 ], [ 0 , 1 , 2 , 3 ])) 0.0 Gallery examples #...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.completeness_score.html
    Sat Nov 15 10:03:27 GMT 2025
      114.8K bytes
      Cache
     
  8. average_precision_score — scikit-learn 1....

    2 , 2 ]) >>> y_scores = np...], ... [ 0.2 , 0.3 , 0.5 ], ... [ 0.4 , 0.4 , 0.2 ], ... [ 0.1...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.average_precision_score.html
    Sat Nov 15 10:03:26 GMT 2025
      116K bytes
      Cache
     
  9. precision_score — scikit-learn 1.7.2 docu...

    2 , 0 , 1 , 2 ] >>> y_pred = [ 0 , 2 , 1 , 0...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_score.html
    Sat Nov 15 10:03:26 GMT 2025
      125.4K bytes
      Cache
      Similar Results (1)
     
  10. minmax_scale — scikit-learn 1.7.2 documen...

    minmax_scale >>> X = [[ - 2 , 1 , 2 ], [ - 1 , 0 , 1 ]] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html
    Fri Nov 14 17:52:08 GMT 2025
      115.6K bytes
      Cache
     
Back to Top