Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 21 - 30 of over 10,000 for 1 (0.08 seconds)

Filter
  1. 1.9. Naive Bayes — scikit-learn 1.8.0 documenta...

    = P(x_i = 1 \mid y) x_i + (1 - P(x_i = 1 \mid y)) (1 - x_i)\]...\[P(x_i | y, x_1, \dots, x_{i-1}, x_{i+1}, \dots, x_n) = P(x_i | y),\]...
    scikit-learn.org/stable/modules/naive_bayes.html
    Mon Mar 23 20:39:21 UTC 2026
      11.9K bytes
      Cache
     
  2. 1.7. Gaussian Processes — scikit-learn 1.8.0 do...

    1.7.3. GPC examples # 1.7.3.1. Probabilistic predictions...features exceeds a few dozens. 1.7.1. Gaussian Process Regression...
    scikit-learn.org/stable/modules/gaussian_process.html
    Mon Mar 23 20:39:21 UTC 2026
      16.5K bytes
      Cache
     
  3. 1.15. Isotonic regression — scikit-learn 1.8.0 ...

    Ctrl + K GitHub Choose version 1.15. Isotonic regression # The...non-decreasing real function to 1-dimensional data. It solves the...
    scikit-learn.org/stable/modules/isotonic.html
    Mon Mar 23 20:39:21 UTC 2026
      7K bytes
      Cache
     
  4. 1.10. Decision Trees — scikit-learn 1.8.0 docum...

    1 , 2 , 3 ]) . reshape ( - 1 , 1 ) >>> y = [ 0 , 1 , 1 , 1.... nan , - 1 , np . nan , 1 ]) . reshape ( - 1 , 1 ) >>> y = [...
    scikit-learn.org/stable/modules/tree.html
    Mon Mar 23 20:39:23 UTC 2026
      19.9K bytes
      Cache
     
  5. 1.6. Nearest Neighbors — scikit-learn 1.8.0 doc...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...
    scikit-learn.org/stable/modules/neighbors.html
    Mon Mar 23 20:39:20 UTC 2026
      23K bytes
      Cache
     
  6. 1.13. Feature selection — scikit-learn 1.8.0 do...

    [1, 0], [0, 0], [1, 1], [1, 0], [1, 1]]) As expected, VarianceThreshold...0 , 0 , 1 ], [ 0 , 1 , 0 ], [ 1 , 0 , 0 ], [ 0 , 1 , 1 ], [ 0...
    scikit-learn.org/stable/modules/feature_selection.html
    Mon Mar 23 20:39:20 UTC 2026
      13.8K bytes
      Cache
     
  7. 1.16. Probability calibration — scikit-learn 1....

    model [ 4 ] : \[p(y_i = 1 | f_i) = \frac{1}{1 + \exp(A f_i + B)} \,,\]...e.g. using many more features. 1.16.1. Calibration curves # Calibration...
    scikit-learn.org/stable/modules/calibration.html
    Mon Mar 23 20:39:21 UTC 2026
      14.6K bytes
      Cache
     
  8. 8.1. Toy datasets — scikit-learn 1.8.0 document...

    length: 1.0 6.9 3.76 1.76 0.9490 (high!) petal width: 0.1 2.5 1.20...0.41 3.58 1.59 0.57 Colour Intensity: 1.3 13.0 5.1 2.3 Hue: 0.48...
    scikit-learn.org/stable/datasets/toy_dataset.html
    Mon Mar 23 20:39:23 UTC 2026
      13.8K bytes
      Cache
     
  9. Version 1.2 — scikit-learn 1.8.0 documentation

    is deprecated in 1.2.1 and will be removed in 1.5. Instead, import...raised in version 1.2 when min_sample_split=1 . #25744 by Jérémie...
    scikit-learn.org/stable/whats_new/v1.2.html
    Tue Mar 17 03:44:36 UTC 2026
      29.5K bytes
      Cache
     
  10. Release Highlights for scikit-learn 1.5 — sciki...

    array([[-1.1, 1.1, 1.1], [ 3.9, -1.2, 1.1], [ 0.1, 1.3, 1.1], [-0.1,...[-0.1, -1.4, -1.4], [-4.9, 1.5, -1.5], [ 0.1, 1.6, 1.6]]) Pairwise...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html
    Mon Mar 23 20:39:22 UTC 2026
      19.4K bytes
      Cache
     
Back to Top