Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 131 - 140 of over 10,000 for 1 (1.18 seconds)

  1. adjusted_rand_score — scikit-learn 1.8.0 ...

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> adjusted_rand_score...adjusted_rand_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings that...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_rand_score.html
    Mon Jan 12 10:07:41 GMT 2026
      117.8K bytes
      Cache
     
  2. BaseEstimator — scikit-learn 1.8.0 docume...

    array ([ 1 , 0 , 1 ]) >>> estimator...__init__ ( self , * , param = 1 ): ... self . param = param ......
    scikit-learn.org/stable/modules/generated/sklearn.base.BaseEstimator.html
    Mon Jan 12 10:07:40 GMT 2026
      118.6K bytes
      Cache
     
  3. lars_path — scikit-learn 1.8.0 documentation

    the case method=’lasso’ is: ( 1 / ( 2 * n_samples )) * || y -...equation (see discussion in [1] ). Read more in the User Guide...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path.html
    Mon Jan 12 10:07:40 GMT 2026
      121K bytes
      Cache
     
  4. d2_pinball_score — scikit-learn 1.8.0 doc...

    Added in version 1.1. Parameters : y_true array-like...y_true = [ 1 , 2 , 3 ] >>> y_pred = [ 1 , 3 , 3 ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_pinball_score.html
    Mon Jan 12 10:07:38 GMT 2026
      116.6K bytes
      Cache
     
  5. PartialDependenceDisplay — scikit-learn 1...

    Added in version 1.1: Add the possibility to pass...display . plot ( pdp_lim = { 1 : ( - 1.38 , 0.66 )}) <...>...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.PartialDependenceDisplay.html
    Mon Jan 12 10:07:41 GMT 2026
      177K bytes
      Cache
     
  6. TimeSeriesSplit — scikit-learn 1.8.0 docu...

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [...index=[0] Test: index=[1] Fold 1: Train: index=[0 1] Test: index=[2]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Mon Jan 12 10:07:38 GMT 2026
      130K bytes
      Cache
     
  7. OAS — scikit-learn 1.8.0 documentation

    precision_ array([[ 1.7833, -1.2431 ], [-1.2431, 3.3889]]) >>>...the estimator. References [ 1 ] ( 1 , 2 ) “Shrinkage algorithms...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.OAS.html
    Mon Jan 12 10:07:38 GMT 2026
      133.8K bytes
      Cache
     
  8. 5.1. Partial Dependence and Individual Conditio...

    1.1. Partial dependence plots # Partial..., learning_rate = 1.0 , ... max_depth = 1 , random_state = 0...
    scikit-learn.org/stable/modules/partial_dependence.html
    Mon Jan 12 10:07:38 GMT 2026
      60.9K bytes
      Cache
     
  9. indexable — scikit-learn 1.8.0 documentation

    [ 1 , 2 , 3 ], np . array ([ 2 , 3...>>> indexable ( * iterables ) [[1, 2, 3], array([2, 3, 4]), None,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.indexable.html
    Mon Dec 29 13:14:48 GMT 2025
      107.3K bytes
      Cache
     
  10. make_friedman2 — scikit-learn 1.8.0 docum...

    1 ] <= 560 * pi , 0 <= X [:, 2 ] <= 1 , 1 <=...** 2 + ( X [:, 1 ] * X [:, 2 ] - 1 / ( X [:, 1 ] * X [:, 3 ]))...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman2.html
    Mon Jan 12 10:07:40 GMT 2026
      111.1K bytes
      Cache
     
Back to Top