Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 321 - 330 of 3,264 for 2 (0.08 sec)

  1. homogeneity_score — scikit-learn 1.7.2 document...

    2 ])) 1.000000 >>> print ( " %.6f...([ 0 , 0 , 1 , 1 ], [ 0 , 1 , 2 , 3 ])) 1.000000 Clusters that...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_score.html
    Wed Sep 24 16:15:24 UTC 2025
      114.5K bytes
      Cache
     
  2. make_scorer — scikit-learn 1.7.2 documentation

    beta = 2 ) >>> ftwo_scorer make_scorer(fbeta_score,...response_method='predict', beta=2) >>> from sklearn.model_selection...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.make_scorer.html
    Wed Sep 24 16:15:24 UTC 2025
      115.7K bytes
      Cache
     
  3. RFE — scikit-learn 1.7.2 documentation

    2, 5]) decision_function ( X ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html
    Wed Sep 24 16:15:24 UTC 2025
      149.8K bytes
      Cache
     
  4. 1.10. Decision Trees — scikit-learn 1.7.2 docum...

    [ 2 , 2 ]] >>> y = [ 0.5 , 2.5 ] >>> clf = tree...samples: >>> clf . predict ([[ 2. , 2. ]]) array([1]) In case that...
    scikit-learn.org/stable/modules/tree.html
    Tue Sep 23 15:14:21 UTC 2025
      94.5K bytes
      Cache
     
  5. log_loss — scikit-learn 1.7.2 documentation

    2 ], [ .35 , .65 ]]) 0.21616 Gallery...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.log_loss.html
    Wed Sep 24 16:15:24 UTC 2025
      115.7K bytes
      Cache
     
  6. ComplementNB — scikit-learn 1.7.2 documentation

    2. Changed in version 1.4: The default...)) >>> y = np . array ([ 1 , 2 , 3 , 4 , 5 , 6 ]) >>> from sklearn.naive_bayes...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html
    Wed Sep 24 16:15:26 UTC 2025
      153K bytes
      Cache
     
  7. Shield Reference for 2.x and 1.x | Elastic

    for 2.x and 1.x: 2.3 Shield Reference for 2.x and 1.x: 2.2 Shield...for 2.x and 1.x: 2.1 Shield Reference for 2.x and 1.x: 2.0 Shield...
    www.elastic.co/guide/en/shield/index.html
    Mon Apr 28 19:19:06 UTC 2025
      9.8K bytes
      Cache
     
  8. make_friedman2 — scikit-learn 1.7.2 documentation

    0 ] ** 2 + ( X [:, 1 ] * X [:, 2 ] - 1 / ( X [:, 1...[source] # Generate the “Friedman #2” regression problem. This dataset...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman2.html
    Wed Sep 24 16:15:26 UTC 2025
      110.5K bytes
      Cache
     
  9. mean_absolute_error — scikit-learn 1.7.2 docume...

    2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>> mean_absolute_error...]] >>> y_pred = [[ 0 , 2 ], [ - 1 , 2 ], [ 8 , - 5 ]] >>> mean_absolute_error...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_absolute_error.html
    Wed Sep 24 16:15:24 UTC 2025
      113.1K bytes
      Cache
     
  10. mean_squared_error — scikit-learn 1.7.2 documen...

    2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>> mean_squared_error...]] >>> y_pred = [[ 0 , 2 ],[ - 1 , 2 ],[ 8 , - 5 ]] >>> mean_squared_error...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_squared_error.html
    Wed Sep 24 16:15:24 UTC 2025
      117K bytes
      Cache
     
Back to top