Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 81 - 90 of over 10,000 for 1 (0.17 seconds)

  1. kmeans_plusplus — scikit-learn 1.7.2 docu...

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2...provided array. Added in version 1.3. x_squared_norms array-like...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.kmeans_plusplus.html
    Fri Dec 05 17:52:54 GMT 2025
      111.2K bytes
      Cache
     
  2. hinge_loss — scikit-learn 1.7.2 documenta...

    [ 1 ]] >>> y = [ - 1 , 1 ] >>>...>>> hinge_loss ([ - 1 , 1 , 1 ], pred_decision ) 0.30 In...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hinge_loss.html
    Fri Dec 05 17:52:54 GMT 2025
      114.8K bytes
      Cache
     
  3. SparseCoder — scikit-learn 1.7.2 document...

    1 , 0 ], ... [ - 1 , - 1 , 2 ], ... [ 1 , 1 , 1 ], ......>>> X = np . array ([[ - 1 , - 1 , - 1 ], [ 0 , 0 , 3 ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.SparseCoder.html
    Fri Dec 05 17:52:55 GMT 2025
      137.8K bytes
      Cache
     
  4. VotingClassifier — scikit-learn 1.7.2 doc...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingClassifier.html
    Fri Dec 05 17:52:54 GMT 2025
      152.7K bytes
      Cache
     
  5. TfidfTransformer — scikit-learn 1.7.2 doc...

    array([[1, 1, 1, 1, 0, 1, 0, 0], [1, 2, 0, 1, 1, 1, 0, 0], [1, 0,...0, 0, 1, 0, 1, 1, 1], [1, 1, 1, 1, 0, 1, 0, 0]]) >>> pipe...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfTransformer.html
    Fri Dec 05 17:52:54 GMT 2025
      141.3K bytes
      Cache
     
  6. root_mean_squared_error — scikit-learn 1....

    1 ],[ - 1 , 1 ],[ 7 , - 6 ]] >>>...User Guide . Added in version 1.4. Parameters : y_true array-like...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.root_mean_squared_error.html
    Fri Dec 05 17:52:54 GMT 2025
      111K bytes
      Cache
     
  7. ClassifierMixin — scikit-learn 1.7.2 docu...

    predict ( X ) array([1, 1, 1]) >>> estimator ....MyEstimator ( param = 1 ) >>> X = np . array ([[ 1 , 2 ], [ 2 ,...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html
    Fri Dec 05 17:52:54 GMT 2025
      114.1K bytes
      Cache
     
  8. PolynomialCountSketch — scikit-learn 1.7....

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y...Array with random entries in {+1, -1}, used to represent the 2-wise...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.PolynomialCountSketch.html
    Fri Dec 05 17:52:54 GMT 2025
      133.7K bytes
      Cache
     
  9. UriAssert (Spring Framework 7.0.1 API)

    that uri is equal to "/orders/1/items/2" assertThat(uri).isEq...s/{orderId}/items/{itemId}", 1, 2)); Parameters: uriTemplate...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/web/UriAssert.html
    Fri Feb 01 00:00:00 GMT 1980
      23.6K bytes
      Cache
     
  10. StratifiedShuffleSplit — scikit-learn 1.7...

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [...np . array ([ 0 , 0 , 0 , 1 , 1 , 1 ]) >>> sss = StratifiedShuffleSpl...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html
    Fri Dec 05 17:52:54 GMT 2025
      122.5K bytes
      Cache
     
Back to Top