Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1521 - 1530 of 4,807 for * (2.14 sec)

  1. KBinsDiscretizer scikit-learn 1.7.1 documenta...

    >>> X = [[ - 2 , 1 , - 4 , - 1 ], ... [ - 1 , 2 , - 3 , - 0.5 ],...“hazen, weibull, linear, median_unbiased, normal_unbiased”},...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.KBinsDiscretizer.html
    Mon Aug 04 12:41:03 UTC 2025
      152.6K bytes
      Cache
     
  2. LabelBinarizer scikit-learn 1.7.1 documentation

    transform ([ 0 , 1 , 2 , 1 ]) array([[1, 0, 0], [0, 1, 0], [0, 0, 1],...transform ([ 1 , 6 ]) array([[1, 0, 0, 0], [0, 0, 0, 1]]) Binary targets...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelBinarizer.html
    Mon Aug 04 12:41:01 UTC 2025
      135.4K bytes
      Cache
     
  3. johnson_lindenstrauss_min_dim scikit-learn 1....

    n_dim ( 1e6 , eps = [ 0.5 , 0.1 , 0.01 ]) array([ 663, 11841,...im ( n_samples , * , eps = 0.1 ) [source] # Find a safe number...
    scikit-learn.org/stable/modules/generated/sklearn.random_projection.johnson_lindenstrauss_min_dim...
    Mon Aug 04 12:41:05 UTC 2025
      110.9K bytes
      Cache
     
  4. SpectralBiclustering scikit-learn 1.7.1 docum...

    = np . array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7 ],...clustering . row_labels_ array([1, 1, 1, 0, 0, 0], dtype=int32) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralBiclustering.html
    Mon Aug 04 12:41:03 UTC 2025
      130.1K bytes
      Cache
     
  5. kmeans_plusplus scikit-learn 1.7.1 documentation

    np . array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ],...centers array([[10, 2], [ 1, 0]]) >>> indices array([3, 2]) Gallery...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.kmeans_plusplus.html
    Mon Aug 04 12:41:05 UTC 2025
      111.2K bytes
      Cache
     
  6. AffinityPropagation scikit-learn 1.7.1 docume...

    = np . array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ],...1, 1, 1]) >>> clustering . predict ([[ 0 , 0 ], [ 4 , 4 ]]) array([0,...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AffinityPropagation.html
    Mon Aug 04 12:41:03 UTC 2025
      130.6K bytes
      1 views
      Cache
     
  7. OAS scikit-learn 1.7.1 documentation

    estimation., Chen, Y., Wiesel, A., Eldar, Y. C., & Hero, A. O. IEEE...array([[ 1.7833, -1.2431 ], [-1.2431, 3.3889]]) >>> oas . shrinkage_...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.OAS.html
    Mon Aug 04 12:41:05 UTC 2025
      133.4K bytes
      Cache
     
  8. estimate_bandwidth scikit-learn 1.7.1 documen...

    ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7 ], [ 3 , 5 ],...sklearn.cluster. estimate_bandwidth ( X , * , quantile = 0.3 , n_samples...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.estimate_bandwidth.html
    Mon Aug 04 12:41:03 UTC 2025
      110.9K bytes
      Cache
     
  9. Isomap scikit-learn 1.7.1 documentation

    manifold. eigen_solver {auto, arpack, dense}, default=auto’...algorithm. neighbors_algorithm {auto, brute, kd_tree, ball_tree’},...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.Isomap.html
    Mon Aug 04 12:41:01 UTC 2025
      138.9K bytes
      Cache
     
  10. PartialDependenceDisplay scikit-learn 1.7.1 d...

    in features . kind {average, individual, both} or list of...parameter with 'average' , 'individual' , and 'both' options. Added in...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.PartialDependenceDisplay.html
    Mon Aug 04 12:41:03 UTC 2025
      176.8K bytes
      Cache
     
Back to top