Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 621 - 630 of 4,604 for * (5.57 sec)

  1. MeanShift scikit-learn 1.7.2 documentation

    = np . array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7 ],...= 2 ) . fit ( X ) >>> clustering . labels_ array([1, 1, 1, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.MeanShift.html
    Fri Oct 31 16:42:55 UTC 2025
      127.4K bytes
      Cache
     
  2. make_checkerboard scikit-learn 1.7.2 document...

    biclustering. References [ 1 ] Kluger, Y., Basri, R., Chang, J. T., &...make_checkerboard ( shape = ( 300 , 300 ), n_clusters = 10 , ... random_state...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_checkerboard.html
    Fri Oct 31 16:42:55 UTC 2025
      111.7K bytes
      Cache
     
  3. EllipticEnvelope scikit-learn 1.7.2 documenta...

    ([[ 0 , 0 ], ... [ 3 , 3 ]]) array([ 1, -1]) >>> cov . covariance_...np . array ([[ .8 , .3 ], ... [ .3 , .4 ]]) >>> X = np . random...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html
    Fri Oct 31 16:42:55 UTC 2025
      146.3K bytes
      Cache
     
  4. fetch_olivetti_faces scikit-learn 1.7.2 docum...

    encountered. Added in version 1.5. delay float, default=1.0 Number...return_X_y = False , n_retries = 3 , delay = 1.0 ) [source] # Load the...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_olivetti_faces.html
    Fri Oct 31 16:42:59 UTC 2025
      113.6K bytes
      Cache
     
  5. make_moons scikit-learn 1.7.2 documentation

    datasets. make_moons ( n_samples = 100 , * , shuffle = True , noise...tuple of shape (2,), dtype=int, default=100 If int, the total number...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_moons.html
    Fri Oct 31 16:42:55 UTC 2025
      114.3K bytes
      Cache
     
  6. make_hastie_10_2 scikit-learn 1.7.2 documenta...

    float64(-1.0), np.float64(1.0), np.float64(-1.0)] Gallery examples...list ( y [: 5 ]) [np.float64(-1.0), np.float64(1.0), np.float64(-1.0),...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_hastie_10_2.html
    Fri Oct 31 16:42:55 UTC 2025
      110.6K bytes
      1 views
      Cache
     
  7. make_gaussian_quantiles scikit-learn 1.7.2 do...

    [np.int64(2), np.int64(0), np.int64(1), np.int64(0), np.int64(2)]...X . shape (100, 2) >>> y . shape (100,) >>> list ( y [: 5 ]) [np.int64(2),...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_gaussian_quantiles.html
    Fri Oct 31 16:42:55 UTC 2025
      112K bytes
      Cache
     
  8. make_biclusters scikit-learn 1.7.2 documentation

    shape (10, 20) >>> rows . shape (2, 10) >>> cols . shape (2, 20) Gallery...biclustering. References [ 1 ] Dhillon, I. S. (2001, August). Co-clustering...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_biclusters.html
    Fri Oct 31 16:42:59 UTC 2025
      110.7K bytes
      Cache
     
  9. RFE scikit-learn 1.7.2 documentation

    array([1, 1, 1, 1, 1, 6, 4, 3, 2, 5]) decision_function ( X ) [source]...vector machines, Mach. Learn., 46(1-3), 389422, 2002. Examples The...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html
    Fri Oct 31 16:42:59 UTC 2025
      149.8K bytes
      Cache
     
  10. QuadraticDiscriminantAnalysis scikit-learn 1....

    np . array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1...1 , 1 ], [ 2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 ,...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Fri Oct 31 16:42:55 UTC 2025
      141.5K bytes
      Cache
     
Back to top