Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1011 - 1020 of over 10,000 for * (9.42 seconds)

Filter
  1. DBSCAN — scikit-learn 1.8.0 documentation

    labels_ array([ 0, 0, 0, 1, 1, -1]) >>> clustering DBSCAN(eps=3,...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html
    Mon Mar 23 20:39:23 UTC 2026
      18.5K bytes
      Cache
     
  2. SpectralClustering — scikit-learn 1.8.0 documen...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7 ],...n_init = 10 , gamma = 1.0 , affinity = 'rbf' , n_neighbors = 10 , eigen_tol...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralClustering.html
    Mon Mar 23 20:39:20 UTC 2026
      18.6K bytes
      Cache
     
  3. is_regressor — scikit-learn 1.8.0 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version is_regressor # sklearn.base. is_regressor ( estimator...
    scikit-learn.org/stable/modules/generated/sklearn.base.is_regressor.html
    Mon Mar 23 20:39:20 UTC 2026
      12.7K bytes
      Cache
     
  4. SpectralCoclustering — scikit-learn 1.8.0 docum...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7 ],...1, 1, 0, 0, 0], dtype=int32) >>> clustering . column_labels_ array([0,...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralCoclustering.html
    Mon Mar 23 20:39:20 UTC 2026
      16.4K bytes
      Cache
     
  5. oas — scikit-learn 1.8.0 documentation

    shrunk_cov array([[0.7533, 0.2763], [0.2763, 0.3964]]) >>> shrinkage...the estimator. References [ 1 ] ( 1 , 2 ) “Shrinkage algorithms...
    scikit-learn.org/stable/modules/generated/oas-function.html
    Mon Mar 23 20:39:23 UTC 2026
      13.8K bytes
      Cache
     
  6. LedoitWolf — scikit-learn 1.8.0 documentation

    covariance_ array([[0.4406, 0.1616], [0.1616, 0.8022]]) >>> cov ..... location_ array([ 0.0595 , -0.0075]) See also Shrinkage covariance...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.LedoitWolf.html
    Mon Mar 23 20:39:23 UTC 2026
      17.2K bytes
      Cache
     
  7. GraphicalLasso — scikit-learn 1.8.0 documentation

    ([[ 0.8 , 0.0 , 0.2 , 0.0 ], ... [ 0.0 , 0.4 , 0.0 , 0.0 ], ......... [ 0.2 , 0.0 , 0.3 , 0.1 ], ... [ 0.0 , 0.0 , 0.1 , 0.7 ]])...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLasso.html
    Mon Mar 23 20:39:21 UTC 2026
      16.6K bytes
      Cache
     
  8. spectral_clustering — scikit-learn 1.8.0 docume...

    random_state = 0 ... ) array([1, 1, 1, 0, 0, 0]) Gallery examples...= np . array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7 ],...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.spectral_clustering.html
    Mon Mar 23 20:39:20 UTC 2026
      16.4K bytes
      Cache
     
  9. ledoit_wolf — scikit-learn 1.8.0 documentation

    array([[0.44, 0.16], [0.16, 0.80]]) >>> shrinkage np.float64(0.23)...RandomState ( 0 ) >>> X = rng . multivariate_normal ( mean = [ 0 , 0 ],...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ledoit_wolf.html
    Mon Mar 23 20:39:23 UTC 2026
      13.7K bytes
      Cache
     
  10. ClassNamePrefixFeaturesOutMixin — scikit-learn ...

    shape [ 1 ] ... return self >>> X = np . array ([[ 1 , 2 ], [...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassNamePrefixFeaturesOutMixin.html
    Mon Mar 23 20:39:21 UTC 2026
      13.4K bytes
      Cache
     
Back to Top