Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 961 - 970 of 2,955 for 1 (0.3 sec)

  1. ndcg_score — scikit-learn 1.7.0 documentation

    1.1 , 1. , .5 , .0 ]]) >>> ndcg_score...scores = np . asarray ([[ 1 , 0 , 0 , 0 , 1 ]]) >>> # by default ties...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.ndcg_score.html
    Mon Jul 07 14:36:32 UTC 2025
      113.6K bytes
      Cache
     
  2. Categorical Feature Support in Gradient Boostin...

    will need 4 splits: 1 split to isolate A , 1 split to isolate F...include = "number" ) . shape [ 1 ] print ( f "Number of samples:...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_categorical.html
    Mon Jul 07 14:36:32 UTC 2025
      125.4K bytes
      Cache
     
  3. Probability calibration of classifiers — scikit...

    51 )[ 1 :: 2 ], y_test [ order ] . reshape ( 25 , - 1 ) . mean...] = 0 y [ n_samples // 2 :] = 1 sample_weight = np . random ....
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html
    Mon Jul 07 14:36:35 UTC 2025
      109.3K bytes
      Cache
     
  4. 5. Inspection — scikit-learn 1.7.0 documentation

    1.1. Partial dependence plots 5.1.2. Individual...expectation (ICE) plot 5.1.3. Mathematical Definition 5.1.4. Computation...
    scikit-learn.org/stable/inspection.html
    Mon Jul 07 14:36:32 UTC 2025
      32.8K bytes
      Cache
     
  5. chi2_kernel — scikit-learn 1.7.0 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 Jul 07 14:36:34 UTC 2025
      108.8K bytes
      Cache
     
  6. linear_kernel — scikit-learn 1.7.0 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 Jul 07 14:36:34 UTC 2025
      107.5K bytes
      Cache
     
  7. k_means — scikit-learn 1.7.0 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 Jul 07 14:36:34 UTC 2025
      116.4K bytes
      Cache
     
  8. fbeta_score — scikit-learn 1.7.0 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 Jul 07 14:36:32 UTC 2025
      121.1K bytes
      1 views
      Cache
     
  9. 12. Dispatching — scikit-learn 1.7.0 documentation

    1. Array API support (experimental) 12.1.1. Example...usage 12.1.2. Support for Array API -compatible inputs 12.1.3. Common...
    scikit-learn.org/stable/dispatching.html
    Mon Jul 07 14:36:35 UTC 2025
      30.3K bytes
      Cache
     
  10. Kernel Density Estimate of Species Distribution...

    subplot ( 1 , 2 , i + 1 ) # construct a kernel density...Returns ------- (xgrid, ygrid) : 1-D arrays The grid corresponding...
    scikit-learn.org/stable/auto_examples/neighbors/plot_species_kde.html
    Mon Jul 07 14:36:35 UTC 2025
      105.1K bytes
      Cache
     
Back to top