Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1011 - 1020 of 8,942 for 2 (0.15 seconds)

Filter
  1. ExtraTreeRegressor — scikit-learn 1.8.0 documen...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...= None , min_samples_split = 2 , min_samples_leaf = 1 , min_...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html
    Mon Mar 23 20:39:20 UTC 2026
      20.1K bytes
      Cache
     
  2. SpectralEmbedding — scikit-learn 1.8.0 document...

    SpectralEmbedding ( n_components = 2 , * , affinity = 'nearest_neighbors'...Parameters : n_components int, default=2 The dimension of the projected...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.SpectralEmbedding.html
    Mon Mar 23 20:39:21 UTC 2026
      16.8K bytes
      Cache
     
  3. plot_release_highlights_1_8_0.ipynb

    2, 2)\nx2, y2 = S_scaling.T\nax2.scatter(x2,...complexity compared to\n`O(n**2)` previously, which allows to...
    scikit-learn.org/stable/_downloads/826f1a05a1b6ad38fb98368f39e30aa6/plot_release_highlights_1_8_0...
    Tue Mar 17 03:44:36 UTC 2026
      4.6K bytes
     
  4. 제거 절차

    0 단계 2: OpenSearch 삭제 OpenSearch 설치 디렉터리를...제거합니다: $ sudo rpm -e fess 단계 2: OpenSearch 제거 $ sudo rpm -e opensearch...
    fess.codelibs.org/ko/15.5/install/uninstall.html
    Mon Mar 23 02:58:45 UTC 2026
      39.6K bytes
      Cache
     
  5. Sample pipeline for text feature extraction and...

    2)`` means unigrams and bigrams, and ``(2, 2)`` means...unigrams, ``(1, 2)`` means unigrams and bigrams, and ``(2, 2)`` means...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html
    Mon Mar 23 20:39:21 UTC 2026
      34.4K bytes
      Cache
     
  6. Pipelining: chaining a PCA and a logistic regre...

    n_jobs = 2 ) search . fit ( X_digits , y_digits...) = plt . subplots ( nrows = 2 , sharex = True , figsize = (...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Mon Mar 23 20:39:20 UTC 2026
      16.4K bytes
      Cache
     
  7. ledoit_wolf_shrinkage — scikit-learn 1.8.0 docu...

    2 ], [ .2 , .8 ]]) >>> rng = np . random...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ledoit_wolf_shrinkage.html
    Mon Mar 23 20:39:20 UTC 2026
      13.3K bytes
      Cache
     
  8. Sum — scikit-learn 1.8.0 documentation

    kernel = Sum ( ConstantKernel ( 2 ), RBF ()) >>> gpr = GaussianProcessRegre...X , y ) 1.0 >>> kernel 1.41**2 + RBF(length_scale=1) __call__...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Sum.html
    Mon Mar 23 20:39:21 UTC 2026
      14.7K bytes
      Cache
     
  9. AffinityPropagation — scikit-learn 1.8.0 docume...

    2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4...cluster_centers_ array([[1, 2], [4, 2]]) For an example usage, see...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AffinityPropagation.html
    Mon Mar 23 20:39:21 UTC 2026
      16.6K bytes
      Cache
     
  10. BernoulliRBM — scikit-learn 1.8.0 documentation

    n_components = 2 ) >>> model . fit ( X ) BernoulliRBM(n_components=2) For...Contrastive Divergence (PCD) [2]. The time complexity of this...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.BernoulliRBM.html
    Mon Mar 23 20:39:21 UTC 2026
      17K bytes
      Cache
     
Back to Top