Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 971 - 980 of 2,914 for 1 (0.12 sec)

  1. 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
    Fri Jun 06 09:13:47 UTC 2025
      109.3K bytes
      Cache
     
  2. 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
    Fri Jun 06 09:13:47 UTC 2025
      32.8K bytes
      Cache
     
  3. permutation_importance — scikit-learn 1.7.0 doc...

    permutation_importance >>> X = [[ 1 , 9 , 9 ],[ 1 , 9 , 9 ],[ 1 , 9 , 9 ], ... [...],[ 0 , 9 , 9 ]] >>> y = [ 1 , 1 , 1 , 0 , 0 , 0 ] >>> clf = LogisticRegression...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.permutation_importance.html
    Fri Jun 06 09:13:47 UTC 2025
      122.4K bytes
      Cache
     
  4. 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
    Fri Jun 06 09:13:47 UTC 2025
      108.8K bytes
      Cache
     
  5. MNIST classification using multinomial logistic...

    version = 1 , return_X_y = True , as_frame...reshape (( X . shape [ 0 ], - 1 )) X_train , X_test , y_train...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Fri Jun 06 09:13:47 UTC 2025
      96.3K 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
    Fri Jun 06 09:13:46 UTC 2025
      107.5K bytes
      Cache
     
  7. partial_dependence — scikit-learn 1.7.0 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
    Fri Jun 06 09:13:47 UTC 2025
      129.1K 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
    Fri Jun 06 09:13:46 UTC 2025
      121.1K bytes
      1 views
      Cache
     
  9. 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
    Fri Jun 06 09:13:47 UTC 2025
      116.4K bytes
      Cache
     
  10. 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
    Fri Jun 06 09:13:47 UTC 2025
      30.3K bytes
      Cache
     
Back to top