Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 31 - 40 of over 10,000 for 1 (0.97 seconds)

Filter
  1. Version 1.3 — scikit-learn 1.8.0 documentation

    Version 1.3.1 # September 2023 Changed models...scikit-learn 1.2 to make it predict with scikit-learn 1.3: retraining...
    scikit-learn.org/stable/whats_new/v1.3.html
    Tue Mar 17 03:44:36 UTC 2026
      27.9K bytes
      Cache
     
  2. 1.5. Stochastic Gradient Descent — scikit-learn...

    [ 1. , 1. ]] >>> y = [ 0 , 1 ] >>> clf = SGDClassifier...\Vert^2 + b\nu + \frac{1}{n} \sum_{i=1}^n \max(0, 1 - (\langle w, x_i...
    scikit-learn.org/stable/modules/sgd.html
    Mon Mar 23 20:39:20 UTC 2026
      17.8K bytes
      Cache
     
  3. Version 1.7 — scikit-learn 1.8.0 documentation

    #31559 Version 1.7.1 # July 2025 sklearn.base # Fix...use n_init=1 by default, starting from version 1.9. By Dmitry...
    scikit-learn.org/stable/whats_new/v1.7.html
    Mon Mar 23 20:39:20 UTC 2026
      20K bytes
      Cache
     
  4. 1.4. Support Vector Machines — scikit-learn 1.8...

    “0 vs 1”, “0 vs 2” , … “0 vs n”, “1 vs 2”, “1 vs 3”, “1 vs n”,...X = [[ 0 , 0 ], [ 1 , 1 ]] >>> y = [ 0 , 1 ] >>> clf = svm ....
    scikit-learn.org/stable/modules/svm.html
    Mon Mar 23 20:39:20 UTC 2026
      22.3K bytes
      Cache
     
  5. 1.2. Linear and Quadratic Discriminant Analysis...

    equal to \(\frac{1}{n - 1} X_k^TX_k = \frac{1}{n - 1} V S^2 V^T\)...\frac{1}{(2\pi)^{d/2} |\Sigma_k|^{1/2}}\exp\left(-\frac{1}{2} (x-\mu_k)^T...
    scikit-learn.org/stable/modules/lda_qda.html
    Mon Mar 23 20:39:23 UTC 2026
      11.7K bytes
      Cache
     
  6. Release Highlights for scikit-learn 1.0 — sciki...

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...import make_pipeline y = [ 1 , 0 , 1 ] pipe = make_pipeline ( preprocessor...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_0_0.html
    Mon Mar 23 20:39:21 UTC 2026
      19.3K bytes
      Cache
     
  7. Release Highlights for scikit-learn 1.7 — sciki...

    deprecated:: 1.8 `penalty` was deprecated in version 1.8 and will...with `0 = l1_ratio = 1`. Setting `l1_ratio=1` gives a pure L1-penalty,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_7_0.html
    Mon Mar 23 20:39:21 UTC 2026
      37.8K bytes
      Cache
     
  8. Version 1.6 — scikit-learn 1.8.0 documentation

    Version 1.6.1 # January 2025 Changed models...was deprecated in 1.6 and will be removed in 1.8. It has no effect...
    scikit-learn.org/stable/whats_new/v1.6.html
    Mon Mar 23 20:39:21 UTC 2026
      22.7K bytes
      Cache
     
  9. Release Highlights for scikit-learn 1.4 — sciki...

    [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...[{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html
    Mon Mar 23 20:39:20 UTC 2026
      37.7K bytes
      Cache
     
  10. 1.14. Semi-supervised learning — scikit-learn 1...

    Classification on a Text Dataset 1.14.1. Self Training # This self-training...Ctrl + K GitHub Choose version 1.14. Semi-supervised learning #...
    scikit-learn.org/stable/modules/semi_supervised.html
    Mon Mar 23 20:39:21 UTC 2026
      9.7K bytes
      Cache
     
Back to Top