Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Popular Words: pdf 機能 text web cisco db pro mit .pdf test

Results 61 - 70 of over 10,000 for 1 (0.5 seconds)

  1. Version 1.0 — scikit-learn 1.7.2 document...

    Version 1.0.1 # October 2021 Fixed models...Version 1.0.0 of scikit-learn requires python 3.7+, numpy 1.14.6+...
    scikit-learn.org/stable/whats_new/v1.0.html
    Fri Dec 05 17:52:55 GMT 2025
      251.3K bytes
      Cache
     
  2. Version 1.2 — scikit-learn 1.7.2 document...

    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
    Fri Dec 05 17:52:54 GMT 2025
      219.7K bytes
      Cache
     
  3. 9.1. Strategies to scale computationally: bigge...

    1.1.1. Streaming instances # Basically, 1. may be a...to make your system scale. 9.1.1. Scaling with instances using...
    scikit-learn.org/stable/computing/scaling_strategies.html
    Mon Dec 15 15:02:31 GMT 2025
      45.4K bytes
      Cache
     
  4. 2.1. Gaussian mixture models — scikit-lea...

    1.1. Gaussian Mixture # The GaussianMixture...models using a finite mixture. 2.1.2.1. The Dirichlet Process # Here...
    scikit-learn.org/stable/modules/mixture.html
    Mon Dec 15 15:02:30 GMT 2025
      58.6K bytes
      Cache
     
  5. CountVectorizer — scikit-learn 1.8.0 docu...

    [[0 1 1 1 0 0 1 0 1] [0 2 0 1 0 1 1 0 1] [1 0 0 1 1 0 1 1 1] [0...[[0 0 1 1 0 0 1 0 0 0 0 1 0] [0 1 0 1 0 1 0 1 0 0 1 0 0] [1 0 0...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html
    Mon Dec 15 15:02:31 GMT 2025
      143.8K bytes
      Cache
     
  6. completeness_score — scikit-learn 1.8.0 d...

    1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Non-perfect labelings...completeness_score ([ 0 , 0 , 1 , 1 ], [ 0 , 1 , 0 , 1 ])) 0.0 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.completeness_score.html
    Mon Dec 15 15:02:33 GMT 2025
      114.9K bytes
      Cache
     
  7. brier_score_loss — scikit-learn 1.8.0 doc...

    y_true in {-1, 1} or {0, 1}, pos_label defaults to 1; else if y_true...defined as: \[\frac{1}{N}\sum_{i=1}^{N}\sum_{c=1}^{C}(y_{ic} - \hat{p}_{ic})^{2}\]...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.brier_score_loss.html
    Mon Dec 15 15:02:33 GMT 2025
      120.4K bytes
      Cache
     
  8. sparse_encode — scikit-learn 1.8.0 docume...

    1 , 0 ], ... [ - 1 , - 1 , 2 ], ... [ 1 , 1 , 1 ], ......>>> X = np . array ([[ - 1 , - 1 , - 1 ], [ 0 , 0 , 3 ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.sparse_encode.html
    Mon Dec 15 15:02:33 GMT 2025
      119.2K bytes
      Cache
     
  9. polynomial_kernel — scikit-learn 1.8.0 do...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0..., degree = 2 ) array([[1. , 1. ], [1.77, 2.77]]) On this page...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.polynomial_kernel.html
    Mon Dec 15 15:02:33 GMT 2025
      108.5K bytes
      Cache
     
  10. paired_manhattan_distances — scikit-learn...

    array ([[ 1 , 1 , 0 ], [ 0 , 1 , 0 ], [ 0 , 0 , 1 ]]) >>>...calculated between (X[0], Y[0]), (X[1], Y[1]), …, (X[n_samples], Y[n_samples])....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_manhattan_distances.html
    Mon Dec 15 15:02:31 GMT 2025
      108.2K bytes
      Cache
     
Back to Top