Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3061 - 3070 of 4,759 for * (4.16 sec)

  1. RepeatedKFold scikit-learn 1.7.1 documentation

    np . array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...np . array ([ 0 , 0 , 1 , 1 ]) >>> rkf = RepeatedKFold ( n_splits...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html
    Sat Aug 02 00:15:38 UTC 2025
      119.4K bytes
      Cache
     
  2. locally_linear_embedding scikit-learn 1.7.1 d...

    solver. method {standard, hessian, modified, ltsa}, default=’standard’...distances. eigen_solver {auto, arpack, dense}, default=auto’...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.locally_linear_embedding.html
    Sat Aug 02 00:15:38 UTC 2025
      115.5K bytes
      Cache
     
  3. extract_patches_2d scikit-learn 1.7.1 documen...

    load_sample_image ( "china.jpg" ) >>> print ( 'Image shape: {} ' . format...format ( one_image . shape )) Image shape: (427, 640, 3) >>> patches...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.extract_patches_2d.html
    Sat Aug 02 00:15:38 UTC 2025
      111.9K bytes
      Cache
     
  4. incr_mean_variance_axis scikit-learn 1.7.1 do...

    todense () matrix([[8, 1, 2], [0, 0, 5], [0, 0, 0], [0, 0, 0]]) >>>...2 ... ) (array([1.33, 0.167, 1.17]), array([8.88, 0.139, 3.47]),...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.incr_mean_variance_axis.html
    Sat Aug 02 00:15:38 UTC 2025
      111.7K bytes
      Cache
     
  5. linear_kernel scikit-learn 1.7.1 documentation

    = [[ 0 , 0 , 0 ], [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 ,..., 1 , 0 ]] >>> linear_kernel ( X , Y ) array([[0., 0.], [1.,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.linear_kernel.html
    Sat Aug 02 00:15:38 UTC 2025
      107.5K bytes
      Cache
     
  6. make_sparse_coded_signal scikit-learn 1.7.1 d...

    = 50 , ... n_components = 100 , ... n_features = 10 , ... n_nonzero_coefs...= 4 , ... random_state = 0 ... ) >>> data . shape (50, 10) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_sparse_coded_signal.html
    Sat Aug 02 00:15:36 UTC 2025
      110.3K bytes
      Cache
     
  7. CompoundKernel scikit-learn 1.7.1 documentation

    = 2.0 )]) >>> print ( kernel . bounds ) [[-11.51292546 11.51292546]...CompoundKernel ( ... [ WhiteKernel ( noise_level = 3.0 ), RBF ( length_scale...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.CompoundKernel.html
    Sat Aug 02 00:15:36 UTC 2025
      121.1K bytes
      Cache
     
  8. mutual_info_classif scikit-learn 1.7.1 docume...

    y ) array([0.589, 0.107, 0.196, 0.0968 , 0., 0. , 0. , 0. , 0....Sets. PLoS ONE 9(2), 2014. [ 4 ] L. F. Kozachenko, N. N. Leonenko,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_classif.html
    Sat Aug 02 00:15:38 UTC 2025
      114.9K bytes
      Cache
     
  9. make_s_curve scikit-learn 1.7.1 documentation

    X . shape (100, 3) >>> t . shape (100,) Gallery examples # Comparison...sklearn.datasets. make_s_curve ( n_samples = 100 , * , noise = 0.0 , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_s_curve.html
    Sat Aug 02 00:15:36 UTC 2025
      108.7K bytes
      Cache
     
  10. nan_euclidean_distances scikit-learn 1.7.1 do...

    nan_euclidean_distances ( X , [[ 0 , 0 ]]) array([[1. ], [1.41421356]]) On this...is: \[\sqrt{\frac{4}{2}((3-1)^2 + (6-5)^2)}\] If all the coordinates...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.nan_euclidean_distances.html
    Sat Aug 02 00:15:38 UTC 2025
      110.9K bytes
      Cache
     
Back to top