Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 2,385 for 2 (0.06 sec)

  1. FeatureHasher — scikit-learn 1.7.2 documentation

    'cat' : 2 , 'elephant' : 4 },{ 'dog' : 2 , 'run' : 5 }]...0., 0., 0., 0., 0., 2.], [ 0., 0., 0., -2., -5., 0., 0., 0., 0.,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.FeatureHasher.html
    Wed Nov 05 14:36:36 UTC 2025
      128.8K bytes
      Cache
     
  2. RandomizedSearchCV — scikit-learn 1.7.2 documen...

    2 0.84 … 3 ‘rbf’ 0.3 0.70 … 2 will be represented...verbose = 0 , pre_dispatch = '2*n_jobs' , random_state = None...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RandomizedSearchCV.html
    Wed Nov 05 14:36:35 UTC 2025
      168.5K bytes
      Cache
     
  3. AgglomerativeClustering — scikit-learn 1.7.2 do...

    2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4...AgglomerativeCluster ( n_clusters = 2 , * , metric = 'euclidean' , memory...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AgglomerativeClustering.html
    Wed Nov 05 14:36:33 UTC 2025
      135.9K bytes
      Cache
     
  4. Ridge — scikit-learn 1.7.2 documentation

    function: || y - Xw ||^ 2_2 + alpha * || w ||^ 2_2 This model solves...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html
    Wed Nov 05 14:36:33 UTC 2025
      153.9K bytes
      Cache
     
  5. Kernel — scikit-learn 1.7.2 documentation

    length_scale = 2.0 ) >>> X = np . array ([[ 1 , 2 ], [ 3 , 4 ]])..., X if Y is None else Y ) ** 2 ... def diag ( self , X ): ......
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Kernel.html
    Wed Nov 05 14:36:33 UTC 2025
      122.3K bytes
      Cache
     
  6. GaussianProcessRegressor — scikit-learn 1.7.2 d...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...implementation is based on Algorithm 2.1 of [RW2006] . In addition to...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessRegressor.html
    Wed Nov 05 14:36:33 UTC 2025
      159.2K bytes
      Cache
     
  7. SpectralEmbedding — scikit-learn 1.7.2 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
    Wed Nov 05 14:36:33 UTC 2025
      129.3K bytes
      Cache
     
  8. MiniBatchDictionaryLearning — scikit-learn 1.7....

    _Fro ^ 2 + alpha * || U || _1 , 1 ( U , V ) with || V_k || _2 <=...X_hat - X ) ** 2 , axis = 1 ) / np . sum ( X ** 2 , axis = 1 ))...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchDictionaryLearning.html
    Wed Nov 05 14:36:32 UTC 2025
      149.7K bytes
      Cache
     
  9. ClassifierMixin — scikit-learn 1.7.2 documentation

    2 ], [ 2 , 3 ], [ 3 , 4 ]]) >>> y =...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html
    Wed Nov 05 14:36:35 UTC 2025
      114.1K bytes
      Cache
     
  10. KNNImputer — scikit-learn 1.7.2 documentation

    n_neighbors = 2 ) >>> imputer . fit_transform ( X ) array([[1. , 2. , 4....always 0 . Added in version 1.2. Attributes : indicator_ MissingIndicator...
    scikit-learn.org/stable/modules/generated/sklearn.impute.KNNImputer.html
    Wed Nov 05 14:36:33 UTC 2025
      133.7K bytes
      Cache
     
Back to top