Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 511 - 520 of 4,632 for * (4.1 sec)

  1. user_guide.rst.txt

    .. _user_guide: ========== User Guide ========== .. toctree::...data_transforms.rst datasets.rst computing.rst model_persistence.rst common_pitfalls.rst...
    scikit-learn.org/stable/_sources/user_guide.rst.txt
    Thu Oct 30 14:56:38 UTC 2025
      410 bytes
     
  2. TSNE scikit-learn 1.7.2 documentation

    function. Added in version 1.1. init {random, pca} or ndarray...early_exaggeration = 12.0 , learning_rate = 'auto' , max_iter = 1000 , n_iter_without_progress...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html
    Thu Oct 30 14:56:38 UTC 2025
      142.6K bytes
      Cache
     
  3. LedoitWolf scikit-learn 1.7.2 documentation

    ([[ .4 , .2 ], ... [ .2 , .8 ]]) >>> np . random . seed ( 0 )...0.1616], [0.1616, 0.8022]]) >>> cov . location_ array([ 0.0595 , -0.0075])...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.LedoitWolf.html
    Thu Oct 30 14:56:38 UTC 2025
      133.6K bytes
      Cache
     
  4. fetch_20newsgroups_vectorized scikit-learn 1....

    : subset {train, test, all}, default=train Select the...default=() May contain any subset of (headers, footers, quotes)....
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html
    Thu Oct 30 14:56:39 UTC 2025
      118.2K bytes
      Cache
     
  5. SpectralCoclustering scikit-learn 1.7.2 docum...

    = np . array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7 ],...clustering . row_labels_ array([0, 1, 1, 0, 0, 0], dtype=int32) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralCoclustering.html
    Thu Oct 30 14:56:39 UTC 2025
      129.7K bytes
      Cache
     
  6. load_wine scikit-learn 1.7.2 documentation

    ( data . target_names ) [np.str_('class_0'), np.str_('class_1'),...data . target [[ 10 , 80 , 140 ]] array([0, 1, 2]) >>> list (...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_wine.html
    Thu Oct 30 14:56:38 UTC 2025
      112.5K bytes
      Cache
     
  7. TruncatedSVD scikit-learn 1.7.2 documentation

    {‘auto, QR, LU, none}, default=auto Power iteration normalizer...print ( svd . explained_variance_ratio_ ) [0.0157 0.0512 0.0499 0.0479...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.TruncatedSVD.html
    Thu Oct 30 14:56:38 UTC 2025
      137.2K bytes
      Cache
     
  8. LinearDiscriminantAnalysis scikit-learn 1.7.2...

    {‘svd, lsqr, eigen}, default=svd Solver to use, possible values:...solvers. Added in version 0.17. tol float, default=1.0e-4 Absolute...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi...
    Thu Oct 30 14:56:38 UTC 2025
      154.8K bytes
      Cache
     
  9. ledoit_wolf scikit-learn 1.7.2 documentation

    ledoit_wolf ( X ) >>> covariance array([[0.44, 0.16], [0.16, 0.80]])...= np . array ([[ .4 , .2 ], [ .2 , .8 ]]) >>> rng = np . random...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ledoit_wolf.html
    Thu Oct 30 14:56:39 UTC 2025
      109.5K bytes
      Cache
     
  10. fetch_california_housing scikit-learn 1.7.2 d...

    feature_names [ 0 : 6 ]) ['MedInc', 'HouseAge', 'AveRooms', 'AveBedrms',...target . shape ) (20640, 8) (20640,) >>> print ( housing . feature_names...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_california_housing.html
    Thu Oct 30 14:56:38 UTC 2025
      116.9K bytes
      Cache
     
Back to top