Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1201 - 1210 of over 10,000 for 2 (0.48 seconds)

  1. inplace_csr_row_normalize_l1 — scikit-lea...

    2 , 3 ]) >>> data = np . array ([ 1.0 , 2.0 , 3.0...>>> indptr = np . array ([ 0 , 2 , 3 , 4 ]) >>> indices...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs_fast.inplace_csr_row_normaliz...
    Mon Jan 26 14:16:29 GMT 2026
      108.3K bytes
      Cache
     
  2. manhattan_distances — scikit-learn 1.8.0 ...

    2 ], [ 3 , 4 ]], [[ 1 , 2 ], [ 0 , 3 ]]) array([[0., 2.],...manhattan_distances ([[ 3 ]], [[ 2 ]]) array([[1.]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.manhattan_distances.html
    Mon Feb 09 10:22:28 GMT 2026
      107.9K bytes
      Cache
     
  3. 1.10. Decision Trees — scikit-learn 1.8.0...

    [ 2 , 2 ]] >>> y = [ 0.5 , 2.5 ] >>>...>>> clf . predict ([[ 2. , 2. ]]) array([1]) In case that...
    scikit-learn.org/stable/modules/tree.html
    Mon Feb 09 10:22:28 GMT 2026
      99.1K bytes
      Cache
     
  4. pair_confusion_matrix — scikit-learn 1.8....

    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
    Mon Feb 09 10:22:28 GMT 2026
      110.1K bytes
      Cache
     
  5. Factor Analysis (with rotation) to visualize pa...

    2 , 3 ]) ax . set_xticklabels (...) ax . set_yticks ([ 0 , 1 , 2 , 3 ]) ax . set_yticklabels (...
    scikit-learn.org/stable/auto_examples/decomposition/plot_varimax_fa.html
    Mon Feb 09 10:22:29 GMT 2026
      95.8K bytes
      Cache
     
  6. One-class SVM with non-linear kernel (RBF) &#82...

    2 ) X_train = np . r_ [ X + 2 , X - 2 ] # Generate...randn ( 20 , 2 ) X_test = np . r_ [ X + 2 , X - 2 ] # Generate...
    scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html
    Mon Feb 09 10:22:29 GMT 2026
      100.6K bytes
      Cache
     
  7. NMF — scikit-learn 1.8.0 documentation

    ||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.NMF.html
    Mon Feb 09 10:22:30 GMT 2026
      145.5K bytes
      Cache
     
  8. auto_examples_jupyter.zip

    - l / 2.0) ** 2 + (y - l / 2.0) ** 2 < (l / 2.0) ** 2\n mask...1,\n figsize=(4 * 2.2, n_classifiers * 2.2),\n)\nevaluation_results...
    scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
    Mon Jan 19 11:28:25 GMT 2026
      2.2M bytes
     
  9. Release Highlights for scikit-learn 0.24 &#8212...

    2. From 1.2, use # PartialDependenceDis...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Gallery generated...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html
    Mon Feb 09 10:22:29 GMT 2026
      204.2K bytes
      Cache
     
  10. LeaveOneGroupOut &#8212; scikit-learn 1.8.0 doc...

    Fold 0: Train: index=[2 3], group=[2 2] Test: index=[0 1], group=[1...group=[1 1] Test: index=[2 3], group=[2 2] get_metadata_routing...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html
    Mon Feb 09 10:22:30 GMT 2026
      122.5K bytes
      Cache
     
Back to Top