Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 271 - 280 of 3,230 for 1 (0.15 sec)

  1. Successive Halving Iterations — scikit-learn 1....

    "max_features" : randint ( 1 , 6 ), "min_samples_split" : randint...min_samples_split 5 min_samples_leaf 1 min_weight_fraction_leaf 0.0 max_features...
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html
    Sat Aug 02 00:15:37 UTC 2025
      127.1K bytes
      Cache
     
  2. Vector Quantization Example — scikit-learn 1.7....

    bin_edges [: - 1 ] + ( bin_edges [ 1 :] - bin_edges [: - 1 ]) / 2 bin_center...bin_edges [: - 1 ] + ( bin_edges [ 1 :] - bin_edges [: - 1 ]) / 2 bin_center...
    scikit-learn.org/stable/auto_examples/cluster/plot_face_compress.html
    Sat Aug 02 00:15:35 UTC 2025
      111.1K bytes
      Cache
     
  3. pairwise_distances — scikit-learn 1.7.1 documen...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...deprecated from SciPy 1.9 and will be removed in SciPy 1.11. Note 'matching'...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances.html
    Sat Aug 02 00:15:38 UTC 2025
      120.4K bytes
      Cache
     
  4. make_friedman2 — scikit-learn 1.7.1 documentation

    1 ] <= 560 * pi , 0 <= X [:, 2 ] <= 1 , 1 <= X [:, 3...** 2 + ( X [:, 1 ] * X [:, 2 ] - 1 / ( X [:, 1 ] * X [:, 3 ]))...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman2.html
    Sat Aug 02 00:15:38 UTC 2025
      110.5K bytes
      Cache
     
  5. contingency_matrix — scikit-learn 1.7.1 documen...

    labels_pred ) array([[1, 1, 0], [0, 1, 1], [1, 0, 1]]) On this page..., 0 , 1 , 1 , 2 , 2 ] >>> labels_pred = [ 1 , 0 , 2 , 1 , 0 ,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.contingency_matrix.html
    Sat Aug 02 00:15:35 UTC 2025
      109.4K bytes
      Cache
     
  6. cosine_distances — scikit-learn 1.7.1 documenta...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...cosine_distances ( X , Y ) array([[1. , 1. ], [0.422, 0.183]]) On this...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.cosine_distances.html
    Sat Aug 02 00:15:38 UTC 2025
      107.7K bytes
      Cache
     
  7. empirical_covariance — scikit-learn 1.7.1 docum...

    >>> X = [[ 1 , 1 , 1 ],[ 1 , 1 , 1 ],[ 1 , 1 , 1 ], ... [ 0 ,...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.empirical_covariance.html
    Sat Aug 02 00:15:36 UTC 2025
      108.7K bytes
      Cache
     
  8. make_blobs — scikit-learn 1.7.1 documentation

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Plot the...2) >>> y array([0, 0, 1, 0, 2, 2, 2, 1, 1, 0]) >>> X , y = make_blobs...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_blobs.html
    Sat Aug 02 00:15:38 UTC 2025
      130.3K bytes
      Cache
     
  9. laplacian_kernel — scikit-learn 1.7.1 documenta...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...K(x, y) = exp(-gamma ||x-y||_1) for each pair of rows x in X...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.laplacian_kernel.html
    Sat Aug 02 00:15:38 UTC 2025
      107.5K bytes
      Cache
     
  10. lasso_path — scikit-learn 1.7.1 documentation

    alpha * || w || _1 For multi-output tasks it is: ( 1 / ( 2 * n_samples...lasso_path >>> X = np . array ([[ 1 , 2 , 3.1 ], [ 2.3 , 5.4 , 4.3 ]])...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_path.html
    Sat Aug 02 00:15:38 UTC 2025
      121.2K bytes
      Cache
     
Back to top