Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 150 of 2,629 for 2 (0.07 sec)

  1. 1.12. Multiclass and multioutput algorithms — s...

    2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,...1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,...
    scikit-learn.org/stable/modules/multiclass.html
    Sat Sep 14 09:04:07 UTC 2024
      106.4K bytes
      Cache
     
  2. FeatureHasher — scikit-learn 1.5.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
    Sat Sep 14 09:04:07 UTC 2024
      133.5K bytes
      Cache
     
  3. MiniBatchDictionaryLearning — scikit-learn 1.5....

    _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
    Sat Sep 14 09:04:07 UTC 2024
      147.6K bytes
      Cache
     
  4. ExtraTreeRegressor — scikit-learn 1.5.2 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
    Sat Sep 14 09:04:07 UTC 2024
      168.4K bytes
      Cache
     
  5. KNNImputer — scikit-learn 1.5.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
    Sat Sep 14 09:04:07 UTC 2024
      132.9K bytes
      Cache
     
  6. BallTree — scikit-learn 1.5.2 documentation

    satisfy leaf_size <= n_points <= 2 * leaf_size , except in the case...standard Euclidean distance when p = 2. A list of valid metrics for BallTree...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.BallTree.html
    Sat Sep 14 09:04:05 UTC 2024
      134.9K bytes
      Cache
      Similar Results (1)
     
  7. WhiteKernel — scikit-learn 1.5.2 documentation

    x_2) = noise\_level \text{ if } x_i...0.3680... >>> gpr . predict ( X [: 2 ,:], return_std = True ) (array([653.0...,...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.WhiteKernel.html
    Sat Sep 14 09:04:07 UTC 2024
      125K bytes
      Cache
     
  8. ClassifierMixin — scikit-learn 1.5.2 documentation

    2 ], [ 2 , 3 ], [ 3 , 4 ]]) >>> y =...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html
    Sat Sep 14 09:04:07 UTC 2024
      113.1K bytes
      Cache
      Similar Results (1)
     
  9. FeatureAgglomeration — scikit-learn 1.5.2 docum...

    FeatureAgglomeration ( n_clusters=2 , * , metric='euclidean' , memory=None...n_clusters int or None, default=2 The number of clusters to find....
    scikit-learn.org/stable/modules/generated/sklearn.cluster.FeatureAgglomeration.html
    Sat Sep 14 09:04:05 UTC 2024
      138.5K bytes
      Cache
     
  10. ColumnTransformer — scikit-learn 1.5.2 document...

    slice ( 2 , 4 ))]) >>> X = np . array ([[ 0. , 1. , 2. , 2. ], ......scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Release Highlights...
    scikit-learn.org/stable/modules/generated/sklearn.compose.ColumnTransformer.html
    Sat Sep 14 09:04:07 UTC 2024
      159.2K bytes
      Cache
     
Back to top