Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 591 - 600 of 3,247 for 2 (0.18 sec)

  1. explained_variance_score — scikit-learn 1.7.2 d...

    y_true = [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2 ] >>> ...y_true = [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2 + 1e-8...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.explained_variance_score.html
    Wed Sep 24 16:15:24 UTC 2025
      114.9K bytes
      Cache
     
  2. Comparison of Manifold Learning methods — sciki...

    subplots ( nrows = 2 , ncols = 2 , figsize = ( 7 , 7 ), facecolor...projections with matplotlib < 3.2 import mpl_toolkits.mplot3d #...
    scikit-learn.org/stable/auto_examples/manifold/plot_compare_methods.html
    Wed Sep 24 16:15:26 UTC 2025
      113.1K bytes
      Cache
     
  3. pair_confusion_matrix — scikit-learn 1.7.2 docu...

    2 ], [ 0 , 0 , 1 , 1 ]) array([[8, 2], [0, 2]]... Note...confusion matrix \(C\) computes a 2 by 2 similarity matrix between two...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.pair_confusion_matrix.html
    Wed Sep 24 16:15:25 UTC 2025
      109.6K bytes
      Cache
     
  4. Release Highlights for scikit-learn 1.6 — sciki...

    2 Release Highlights for scikit-learn 1.2 Release Highlights...introduced in scikit-learn version 1.2) was previously limited to binary...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_6_0.html
    Wed Sep 24 16:15:26 UTC 2025
      110.6K bytes
      Cache
     
  5. Gradient Boosting Out-of-Bag estimates — scikit...

    staged_predict_proba ( X_test )): score [ i ] = 2 * log_loss ( y_test , y_proba...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Wed Sep 24 16:15:26 UTC 2025
      112K bytes
      Cache
     
  6. SVM: Weighted samples — scikit-learn 1.7.2 docu...

    n_features = 2 , n_informative = 2 , n_redundant = 0 ,..., axes = plt . subplots ( 1 , 2 , figsize = ( 14 , 6 )) plot_decision_function...
    scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html
    Wed Sep 24 16:15:25 UTC 2025
      93.7K bytes
      Cache
     
  7. inplace_swap_row — scikit-learn 1.7.2 documenta...

    2 , 3 , 3 , 3 ]) >>> indices = np . array ([ 0 , 2 , 2 ])...>>> data = np . array ([ 8 , 2 , 5 ]) >>> csr = sparse . csr_matrix...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_swap_row.html
    Wed Sep 24 16:15:24 UTC 2025
      108K bytes
      Cache
     
  8. SparsePCA — scikit-learn 1.7.2 documentation

    2. Parameters : X ndarray of shape...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.SparsePCA.html
    Wed Sep 24 16:15:26 UTC 2025
      135.2K bytes
      Cache
     
  9. non_negative_factorization — scikit-learn 1.7.2...

    ||H||_{Fro}^2,\end{aligned}\end{align} \] where \(||A||_{Fro}^2 = \sum_{i,j}...array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.non_negative_factorization.html
    Wed Sep 24 16:15:24 UTC 2025
      121.7K bytes
      Cache
     
  10. PLSSVD — scikit-learn 1.7.2 documentation

    [ 2. , 2. , 2. ], ... [ 2. , 5. , 4. ]]) >>>...([[ 0.1 , - 0.2 ], ... [ 0.9 , 1.1 ], ... [ 6.2 , 5.9 ], ... [...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSSVD.html
    Wed Sep 24 16:15:24 UTC 2025
      128.8K bytes
      Cache
     
Back to top