Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 251 - 260 of 3,499 for 1 (0.1 sec)

  1. plot_release_highlights_1_5_0.py

    array( [ [-1.1, 1.1, 1.1], [3.9, -1.2, np.nan], [np.nan, 1.3, np.nan],...np.nan], [-0.1, -1.4, -1.4], [-4.9, 1.5, -1.5], [np.nan, 1.6, 1.6], ]...
    scikit-learn.org/stable/_downloads/ba0cfc16d7953e1c2c6912b6beca1e91/plot_release_highlights_1_5_0.py
    Sun Dec 08 14:35:20 UTC 2024
      8.3K bytes
     
  2. plot_tree — scikit-learn 1.6.0 documentation

    “x[1]”, …). class_names array-like...
    scikit-learn.org/stable/modules/generated/sklearn.tree.plot_tree.html
    Thu Dec 12 16:37:36 UTC 2024
      114.4K bytes
      Cache
     
  3. 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
    Fri Dec 20 11:14:16 UTC 2024
      53.1K bytes
      Cache
     
  4. ConstantKernel — scikit-learn 1.6.0 documentation

    \[k(x_1, x_2) = constant\_value \;\forall\; x_1, x_2\] Adding...predict ( X [: 1 ,:], return_std = True ) (array([606.1...]), array([0.24...]))...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.ConstantKernel.html
    Fri Dec 20 11:14:16 UTC 2024
      126.1K bytes
      Cache
     
  5. kmeans_plusplus — scikit-learn 1.6.0 documentation

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2...provided array. Added in version 1.3. x_squared_norms array-like...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.kmeans_plusplus.html
    Fri Dec 20 11:14:16 UTC 2024
      111.4K bytes
      Cache
     
  6. fetch_20newsgroups — scikit-learn 1.6.0 documen...

    1, 1, 1, 0, 1, 1, 0, 0, 0]) Gallery examples...Added in version 1.5. delay float, default=1.0 Number of seconds...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html
    Fri Dec 20 11:14:14 UTC 2024
      119.8K bytes
      Cache
     
  7. Release Highlights for scikit-learn 1.6 — sciki...

    1 , 6 , np . nan ]) . reshape ( - 1 , 1 ) y = [ 0 ,..., 0 , 1 , 1 ] forest = ExtraTreesClassifier ( random_state =...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_6_0.html
    Fri Dec 20 11:14:18 UTC 2024
      110.9K bytes
      Cache
     
  8. 1.14. Semi-supervised learning — scikit-learn 1...

    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
    Fri Dec 20 11:14:16 UTC 2024
      43.2K bytes
      3 views
      Cache
     
  9. adjusted_rand_score — scikit-learn 1.6.0 docume...

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> adjusted_rand_score...adjusted_rand_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings that...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_rand_score.html
    Fri Dec 20 11:14:14 UTC 2024
      117.9K bytes
      1 views
      Cache
     
  10. mutual_info_score — scikit-learn 1.6.0 document...

    1 , 1 , 0 , 1 , 0 ] >>> labels_pred = [ 0 , 1 , 0 , 0...as: \[MI(U,V)=\sum_{i=1}^{|U|} \sum_{j=1}^{|V|} \frac{|U_i\cap...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mutual_info_score.html
    Fri Dec 20 11:14:16 UTC 2024
      112K bytes
      Cache
     
Back to top