Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 921 - 930 of 2,359 for 2 (2.4 sec)

  1. ConvergenceWarning — scikit-learn 1.7.2 documen...

    Skip to main content Back to top Ctrl + K GitHub Choose version ConvergenceWarning # exception sklearn.exceptions. Co...
    scikit-learn.org/stable/modules/generated/sklearn.exceptions.ConvergenceWarning.html
    Fri Nov 07 21:39:11 UTC 2025
      104.1K bytes
      Cache
     
  2. TunedThresholdClassifierCV — scikit-learn 1.7.2...

    Gallery examples: Post-tuning the decision threshold for cost-sensitive learning Post-hoc tuning the cut-off point of decision function Release Highlights for scikit-learn 1.5
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html
    Sat Nov 08 01:06:56 UTC 2025
      148.2K bytes
      Cache
     
  3. make_friedman3 — scikit-learn 1.7.2 documentation

    in Friedman [1] and Breiman [2]. Inputs X are 4 independent features...1 ] <= 560 * pi , 0 <= X [:, 2 ] <= 1 , 1 <= X [:, 3 ] <= 11....
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman3.html
    Sat Nov 08 01:06:56 UTC 2025
      110.4K bytes
      Cache
     
  4. k_means — scikit-learn 1.7.2 documentation

    2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...>>> centroid array([[10., 2.], [ 1., 2.]]) >>> label array([1,...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.k_means.html
    Fri Nov 07 21:39:11 UTC 2025
      116.4K bytes
      Cache
     
  5. Linear and Quadratic Discriminant Analysis with...

    [ 2.5 , 0.7 ]]) * 2.0 cov_class_2 = cov_class_1 ....n_features = 2 , cov_class_1 = covariance , cov_class_2 = covariance...
    scikit-learn.org/stable/auto_examples/classification/plot_lda_qda.html
    Fri Nov 07 21:39:11 UTC 2025
      118.5K bytes
      Cache
     
  6. Probability calibration of classifiers — scikit...

    y [: n_samples // 2 ] = 0 y [ n_samples // 2 :] = 1 sample_weight...50000 # Generate 3 blobs with 2 classes where the second blob...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html
    Fri Nov 07 21:39:11 UTC 2025
      109.3K bytes
      Cache
     
  7. 模範解答的なセクション 2 | DBFlute

    模範解答的なセクション 2 概要 このセクションでの登場人物 模範解答的な実装 概要 DBFluteハンズオン、セクション 2 の模範解答的な実装です。...の模範解答的な実装です。 ハンズオンセクション 2 正解は一つではありませんので、あくまで "的な" というところで、参考までに。...
    dbflute.seasar.org/ja/tutorial/handson/flower/flower02.html
    Mon Sep 15 10:51:18 UTC 2025
      11.8K bytes
      Cache
     
  8. Label Propagation digits: Active learning — sci...

    0 24 0] [ 0 0 0 0 2 1 0 2 2 27]] Iteration 2 __________ Label...0 0 0 0 0 25 0] [ 0 0 0 0 2 1 0 2 2 27]] Iteration 1 __________...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits_active_learni...
    Sat Nov 08 01:06:55 UTC 2025
      109.1K bytes
      Cache
     
  9. Robust covariance estimation and Mahalanobis di...

    standard deviation equal to 2 and feature 2 has a standard deviation...n_features = 2 # generate Gaussian data of shape (125, 2) gen_cov...
    scikit-learn.org/stable/auto_examples/covariance/plot_mahalanobis_distances.html
    Fri Nov 07 21:39:11 UTC 2025
      117.3K bytes
      Cache
     
  10. SVM with custom kernel — scikit-learn 1.7.2 doc...

    : 2 ] # we only take the first two...""" We create a custom kernel: (2 0) k(X, Y) = X ( ) Y.T (0 1) """...
    scikit-learn.org/stable/auto_examples/svm/plot_custom_kernel.html
    Sat Nov 08 01:06:55 UTC 2025
      89K bytes
      Cache
     
Back to top