Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 961 - 970 of 2,960 for 1 (0.52 sec)

  1. chi2_kernel — scikit-learn 1.6.1 documentation

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...chi2_kernel ( X , Y = None , gamma = 1.0 ) [source] # Compute the exponential...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.chi2_kernel.html
    Mon Apr 21 17:07:40 UTC 2025
      109.3K bytes
      Cache
     
  2. linear_kernel — scikit-learn 1.6.1 documentation

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...linear_kernel ( X , Y ) array([[0., 0.], [1., 2.]]) On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.linear_kernel.html
    Mon Apr 21 17:07:40 UTC 2025
      108K bytes
      Cache
     
  3. k_means — scikit-learn 1.6.1 documentation

    [ 1., 2.]]) >>> label array([1, 1, 1, 0, 0, 0], dtype=int32)...X = np . array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.k_means.html
    Mon Apr 21 17:07:40 UTC 2025
      116.8K bytes
      Cache
     
  4. partial_dependence — scikit-learn 1.6.1 documen...

    [ 1 , 0 , 0 ]] >>> y = [ 0 , 1 ] >>> from sklearn.ensemble...interacting features (e.g. [(0, 1)] ) for which the partial dependency...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.partial_dependence.html
    Mon Apr 21 17:07:39 UTC 2025
      127.9K bytes
      Cache
     
  5. fbeta_score — scikit-learn 1.6.1 documentation

    1 , 2 , 0 , 1 , 2 ] >>> y_pred = [ 0 , 2 , 1 , 0 , 0...beta > 1 gives more weight to recall, while beta < 1 favors precision....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.fbeta_score.html
    Mon Apr 21 17:07:39 UTC 2025
      121.5K bytes
      1 views
      Cache
     
  6. 11. Dispatching — scikit-learn 1.6.1 documentation

    1. Array API support (experimental) 11.1.1. Example...usage 11.1.2. Support for Array API -compatible inputs 11.1.3. Common...
    scikit-learn.org/stable/dispatching.html
    Mon Apr 21 17:07:39 UTC 2025
      30.2K bytes
      Cache
     
  7. config_context — scikit-learn 1.6.1 documentation

    Added in version 1.1. enable_cython_pairwise_dist...configuration setting. Added in version 1.1. array_api_dispatch bool, default=None...
    scikit-learn.org/stable/modules/generated/sklearn.config_context.html
    Mon Apr 21 17:07:39 UTC 2025
      117K bytes
      Cache
     
  8. make_regression — scikit-learn 1.6.1 documentation

    scikit-learn 1.4 Release Highlights for scikit-learn 1.4 Release...n_informative = 10 , n_targets = 1 , bias = 0.0 , effective_rank...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_regression.html
    Mon Apr 21 17:07:39 UTC 2025
      120.3K bytes
      Cache
     
  9. r_regression — scikit-learn 1.6.1 documentation

    Added in version 1.1. Returns : correlation_coefficient...User Guide . Added in version 1.0. Parameters : X {array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.r_regression.html
    Mon Apr 21 17:07:40 UTC 2025
      111.9K bytes
      Cache
     
  10. sklearn.preprocessing — scikit-learn 1.6.1 docu...

    Scale each feature to the [-1, 1] range without breaking the...data (set feature values to 0 or 1) according to a threshold. FunctionTransformer...
    scikit-learn.org/stable/api/sklearn.preprocessing.html
    Mon Apr 21 17:07:38 UTC 2025
      125.8K bytes
      Cache
     
Back to top