Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 91 - 100 of over 10,000 for 1 (0.08 seconds)

  1. make_sparse_spd_matrix — scikit-learn 1.8...

    array([[1., 0., 0., 0.], [0., 1., 0., 0.], [0., 0., 1., 0.], [0.,...elements all 1. smallest_coef float, default=0.1 The value of...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_sparse_spd_matrix.html
    Mon Jan 26 14:16:33 GMT 2026
      111.3K bytes
      Cache
     
  2. OPTICS — scikit-learn 1.8.0 documentation

    1, 1, 1]) For a more detailed example...min_samples int > 1 or float between 0 and 1, default=5 The number...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.OPTICS.html
    Mon Jan 26 11:09:17 GMT 2026
      136.5K bytes
      Cache
     
  3. PowerTransformer — scikit-learn 1.8.0 doc...

    data )) [[-1.316 -0.707] [ 0.209 -0.707] [ 1.106 1.414]] fit (...= ( X * lambda_ + 1 ) ** ( 1 / lambda_ ) - 1 elif X < 0 and...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PowerTransformer.html
    Mon Jan 26 14:16:29 GMT 2026
      136.8K bytes
      Cache
     
  4. d2_tweedie_score — scikit-learn 1.8.0 doc...

    1 , 2.5 , 7 ] >>> y_pred = [ 1 , 1 , 5 , 3.5...explained. Best possible score is 1.0 and it can be negative (because...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_tweedie_score.html
    Mon Jan 26 11:09:14 GMT 2026
      110.7K bytes
      Cache
     
  5. OrdinalEncoder — scikit-learn 1.8.0 docum...

    inverse_transform ([[ 1 , 0 ], [ 0 , 1 ]]) array([['Male', 1], ['Female',... =- 1 ) . fit_transform ( X ) array([[ 1., 0.], [ 0., 1.], [...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OrdinalEncoder.html
    Mon Jan 26 14:16:30 GMT 2026
      149K bytes
      Cache
     
  6. laplacian_kernel — scikit-learn 1.8.0 doc...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...default=None If None, defaults to 1.0 / n_features. Otherwise it should...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.laplacian_kernel.html
    Mon Jan 26 14:16:29 GMT 2026
      108K bytes
      Cache
     
  7. rbf_kernel — scikit-learn 1.8.0 documenta...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...default=None If None, defaults to 1.0 / n_features. Returns : kernel...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.rbf_kernel.html
    Mon Jan 26 14:16:29 GMT 2026
      109K bytes
      Cache
     
  8. paired_euclidean_distances — scikit-learn...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...paired_euclidean_distances ( X , Y ) array([1., 1.]) On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_euclidean_distances.html
    Mon Jan 26 14:16:29 GMT 2026
      107.2K bytes
      Cache
     
  9. DecisionTreeClassifier — scikit-learn 1.8...

    [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}]. The “balanced” mode uses...
    scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html
    Mon Jan 26 11:09:14 GMT 2026
      173.2K bytes
      Cache
     
  10. average_precision_score — scikit-learn 1....

    1 , 1 ]) >>> y_scores = np . array ([ 0.1 , 0.4..., 0.1 ], ... [ 0.4 , 0.3 , 0.3 ], ... [ 0.1 , 0.8 , 0.1 ], ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.average_precision_score.html
    Mon Jan 26 14:16:29 GMT 2026
      116.5K bytes
      Cache
     
Back to Top