Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1441 - 1450 of 5,766 for * (2.6 sec)

  1. hamming_loss scikit-learn 1.7.2 documentation

    hamming_loss ( np . array ([[ 0 , 1 ], [ 1 , 1 ]]), np . zeros (( 2 ,...3(3), 1-13, July-September 2007. [ 2 ] Wikipedia entry on the Hamming...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hamming_loss.html
    Wed Sep 24 16:15:25 UTC 2025
      111.9K bytes
      Cache
     
  2. ValidationCurveDisplay scikit-learn 1.7.2 doc...

    test_scores , score_name = "Score" ... ) >>> display . plot () <...> >>>...instance (e.g., GroupKFold ). cv int, cross-validation generator...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html
    Wed Sep 24 16:15:26 UTC 2025
      144.1K bytes
      Cache
     
  3. MultinomialNB scikit-learn 1.7.2 documentation

    size = ( 6 , 100 )) >>> y = np . array ([ 1 , 2 , 3 , 4 , 5 , 6 ])...Press, pp. 234-265. https://nlp.stanford.edu/IR-book/html/html...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Wed Sep 24 16:15:26 UTC 2025
      151.8K bytes
      Cache
     
  4. NearestCentroid scikit-learn 1.7.2 documentation

    np . array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1...1 , 1 ], [ 2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 ,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Wed Sep 24 16:15:25 UTC 2025
      136.4K bytes
      Cache
     
  5. LabelBinarizer scikit-learn 1.7.2 documentation

    transform ([ 0 , 1 , 2 , 1 ]) array([[1, 0, 0], [0, 1, 0], [0, 0, 1],...transform ([ 1 , 6 ]) array([[1, 0, 0, 0], [0, 0, 0, 1]]) Binary targets...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelBinarizer.html
    Wed Sep 24 16:15:26 UTC 2025
      135.3K bytes
      Cache
     
  6. KNeighborsClassifier scikit-learn 1.7.2 docum...

    KNeighborsClassifier(...) >>> print ( neigh . predict ([[ 1.1 ]])) [0] >>> print...boundary. algorithm {auto, ball_tree, kd_tree, brute}, default=’auto’...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Wed Sep 24 16:15:24 UTC 2025
      156K bytes
      Cache
     
  7. KNeighborsRegressor scikit-learn 1.7.2 docume...

    KNeighborsRegressor(...) >>> print ( neigh . predict ([[ 1.5 ]])) [0.5] fit...regression . algorithm {auto, ball_tree, kd_tree, brute}, default=’auto’...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html
    Wed Sep 24 16:15:26 UTC 2025
      151.8K bytes
      Cache
     
  8. KBinsDiscretizer scikit-learn 1.7.2 documenta...

    >>> X = [[ - 2 , 1 , - 4 , - 1 ], ... [ - 1 , 2 , - 3 , - 0.5 ],...“hazen, weibull, linear, median_unbiased, normal_unbiased”},...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.KBinsDiscretizer.html
    Wed Sep 24 16:15:26 UTC 2025
      152.6K bytes
      Cache
     
  9. MultiOutputRegressor scikit-learn 1.7.2 docum...

    of squares ((y_true - y_true.mean()) ** 2).sum() . The best possible...array([[176, 35.1, 57.1]]) fit ( X , y , sample_weight = None , **...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputRegressor.html
    Wed Sep 24 16:15:26 UTC 2025
      146.1K bytes
      Cache
     
  10. ES|QL for security use cases | Elastic Docs

    Query Language (ES|QL) for cybersecurity use cases. Tutorials Threat...Loading Elastic Docs / Solutions and use cases / Security ES|QL for...
    www.elastic.co/docs/solutions/security/esql-for-security
    Wed Sep 24 13:42:51 UTC 2025
      296.9K bytes
      Cache
     
Back to top