Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2111 - 2120 of 5,535 for * (4.17 sec)

  1. Probability Calibration curves scikit-learn 1...

    0 ), ( 2 , 1 ), ( 3 , 0 ), ( 3 , 1 )] for i , ( _ , name ) in..., "Logistic" ), ( gnb , "Naive Bayes" ), ( gnb_isotonic , "Naive...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html
    Tue Sep 23 15:14:21 UTC 2025
      143.5K bytes
      Cache
     
  2. Prediction Intervals for Gradient Boosting Regr...

    atleast_2d ( rng . uniform ( 0 , 10.0 , size = 1000 )) . T expected_y...alpha=0.05, 0.5, 0.95. The models obtained for alpha=0.05 and alpha=0.95...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html
    Tue Sep 23 15:14:23 UTC 2025
      140.9K bytes
      Cache
     
  3. Robust covariance estimation and Mahalanobis di...

    06695631e-03 1.22747343e+00]] MLE: [[ 3.23773583 -0.24640578] [-0.24640578...\[d_{(\mu,\Sigma)}(x_i)^2 = (x_i - \mu)^T\Sigma^{-1}(x_i - \mu)\]...
    scikit-learn.org/stable/auto_examples/covariance/plot_mahalanobis_distances.html
    Tue Sep 23 15:14:21 UTC 2025
      117.3K bytes
      Cache
     
  4. Release Highlights for scikit-learn 1.3 sciki...

    np . array ([ 0 , 1 , 6 , np . nan ]) . reshape ( - 1 , 1 ) y...random_state = 0 ) . fit ( X , y ) tree . predict ( X ) array([0, 0, 1, 1])...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_3_0.html
    Tue Sep 23 15:14:21 UTC 2025
      116.6K bytes
      Cache
     
  5. smacof scikit-learn 1.7.2 documentation

    = np . array ([[ 0 , 1 , 2 ], [ 1 , 0 , 3 ], [ 2 , 3 , 0 ]]) >>>...of 0 indicates perfect fit, 0.025 excellent, 0.05 good, 0.1...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.smacof.html
    Tue Sep 23 15:14:21 UTC 2025
      117.1K bytes
      Cache
     
  6. Product scikit-learn 1.7.2 documentation

    score ( X , y ) 1.0 >>> kernel 1.41**2 * RBF(length_scale=1) __call__...kernel , ... random_state = 0 ) . fit ( X , y ) >>> gpr . score...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Product.html
    Tue Sep 23 15:14:21 UTC 2025
      122.3K bytes
      Cache
     
  7. UndefinedMetricWarning scikit-learn 1.7.2 doc...

    Changed in version 0.18: Moved from sklearn.base. On this page This...exception sklearn.exceptions. UndefinedMetricWarni [source] # Warning...
    scikit-learn.org/stable/modules/generated/sklearn.exceptions.UndefinedMetricWarning.html
    Tue Sep 23 15:14:21 UTC 2025
      104.2K bytes
      Cache
     
  8. sklearn.kernel_approximation scikit-learn 1.7...

    "skewed chi-squared" kernel....Back to top Ctrl + K GitHub Choose version sklearn.kernel_approximation...
    scikit-learn.org/stable/api/sklearn.kernel_approximation.html
    Tue Sep 23 15:14:23 UTC 2025
      116.1K bytes
      Cache
     
  9. Clustering text documents using k-means sciki...

    = [ "alt.atheism" , "talk.religion.misc" , "comp.graphics" , "sci.space"..."headers" , "footers" , "quotes" ), subset = "all" , categories...
    scikit-learn.org/stable/auto_examples/text/plot_document_clustering.html
    Tue Sep 23 15:14:23 UTC 2025
      150.2K bytes
      Cache
     
  10. One-class SVM with non-linear kernel (RBF) sc...

    1 , 1 ), yy . reshape ( - 1 , 1 )], axis = 1 ) DecisionBoundaryDisp...linspace ( - 5 , 5 , 10 )) X = np . concatenate ([ xx . reshape ( - 1...
    scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html
    Tue Sep 23 15:14:23 UTC 2025
      100.8K bytes
      1 views
      Cache
     
Back to top