Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1321 - 1330 of over 10,000 for 2 (0.27 seconds)

Filter
  1. as_float_array — scikit-learn 1.8.0 documentation

    2 , 2 ], dtype = np . int64 ) >>>...array ) array([0., 0., 1., 2., 2.]) On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.utils.as_float_array.html
    Mon Mar 23 20:39:23 UTC 2026
      13.3K bytes
      Cache
     
  2. NearestCentroid — scikit-learn 1.8.0 documentation

    2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>>...- 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Mon Mar 23 20:39:21 UTC 2026
      17.2K bytes
      Cache
     
  3. MultiTaskLassoCV — scikit-learn 1.8.0 documenta...

    it is: ( 1 / ( 2 * n_samples )) * || Y - XW ||^ 2 _Fro + alpha...X = np . array ([[ 1 , 2 , 3.1 ], [ 2.3 , 5.4 , 4.3 ]]) . T >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html
    Mon Mar 23 20:39:23 UTC 2026
      20.5K bytes
      Cache
     
  4. PredefinedSplit — scikit-learn 1.8.0 documentation

    2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...index=[1 2 3] Test: index=[0] Fold 1: Train: index=[0 2] Test:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Mon Mar 23 20:39:21 UTC 2026
      13.9K bytes
      Cache
     
  5. locally_linear_embedding — scikit-learn 1.8.0 d...

    (n_components + 1) / 2. see reference [2] modified use the modified...n_components = 2 ) >>> embedding . shape (100, 2) Gallery examples...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.locally_linear_embedding.html
    Mon Mar 23 20:39:20 UTC 2026
      15K bytes
      Cache
     
  6. Manifold Learning methods on a severed sphere —...

    2 sec ISO: 0.11 sec MDS: 1.1 sec...projections with matplotlib < 3.2 import mpl_toolkits.mplot3d #...
    scikit-learn.org/stable/auto_examples/manifold/plot_manifold_sphere.html
    Mon Mar 23 20:39:21 UTC 2026
      17.7K bytes
      Cache
     
  7. DotProduct — scikit-learn 1.8.0 documentation

    \sigma_0^2)\) on the bias. The DotProduct...of the kernel. For \(\sigma_0^2 =0\) , the kernel is called the...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.DotProduct.html
    Mon Mar 23 20:39:23 UTC 2026
      16.1K bytes
      Cache
     
  8. Receiver Operating Characteristic (ROC) with cr...

    = 2 ], y [ y != 2 ] n_samples , n_features...linearly separable from the other 2; the latter are not linearly separable...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc_crossval.html
    Mon Mar 23 20:39:20 UTC 2026
      17.4K bytes
      Cache
     
  9. Simple 1D Kernel Density Estimation — scikit-le...

    subplots ( 2 , 2 , sharex = True , sharey = True...1.05 ) axi . set_xlim ( - 2.9 , 2.9 ) ax [ 0 , 1 ] . set_title...
    scikit-learn.org/stable/auto_examples/neighbors/plot_kde_1d.html
    Mon Mar 23 20:39:22 UTC 2026
      17.6K bytes
      Cache
     
  10. PLSCanonical — scikit-learn 1.8.0 documentation

    [ 2. , 2. , 2. ], [ 2. , 5. , 4. ]] >>> y =...= [[ 0.1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ], [ 11.9 , 12.3...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSCanonical.html
    Mon Mar 23 20:39:21 UTC 2026
      18.5K bytes
      Cache
     
Back to Top