Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 261 - 270 of 2,645 for 2 (0.07 sec)

  1. smacof — scikit-learn 1.5.2 documentation

    2 ], [ 1 , 0 , 3 ],[ 2 , 3 , 0 ]]) >>> dissimilarities...metric = True , n_components = 2 , init = None , n_init = 8 , n_jobs...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.smacof.html
    Wed Sep 18 20:56:26 UTC 2024
      115.5K bytes
      Cache
     
  2. gen_even_slices — scikit-learn 1.5.2 documentation

    2, None), slice(2, 4, None), ..., slice(8,...[slice(0, 1, None), slice(1, 2, None), ..., slice(9, 10, None)]...
    scikit-learn.org/stable/modules/generated/sklearn.utils.gen_even_slices.html
    Mon Sep 16 17:00:49 UTC 2024
      108.4K bytes
      Cache
     
  3. load_breast_cancer — scikit-learn 1.5.2 documen...

    Classes 2 Samples per class 212(M),357(B)...target_names ndarray of shape (2,) The names of target classes....
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_breast_cancer.html
    Wed Sep 18 20:56:23 UTC 2024
      114.4K bytes
      Cache
     
  4. cross_validate — scikit-learn 1.5.2 documentation

    pre_dispatch = '2*n_jobs' , return_train_score =...pre_dispatch int or str, default=’2*n_jobs’ Controls the number of...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Wed Sep 18 20:56:25 UTC 2024
      136.4K bytes
      Cache
     
  5. AdaBoostRegressor — scikit-learn 1.5.2 document...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...algorithm known as AdaBoost.R2 [2]. Read more in the User Guide...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostRegressor.html
    Wed Sep 18 20:56:25 UTC 2024
      146.1K bytes
      Cache
     
  6. StandardScaler — scikit-learn 1.5.2 documentation

    transform ([[ 2 , 2 ]])) [[3. 3.]] fit ( X , y =...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Release Highlights...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.StandardScaler.html
    Wed Sep 18 20:56:23 UTC 2024
      193.5K bytes
      Cache
     
  7. MiniBatchSparsePCA — scikit-learn 1.5.2 documen...

    2. Deprecated since version 1.4:...differences in the dictionary between 2 steps. To disable early stopping...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchSparsePCA.html
    Wed Sep 18 20:56:25 UTC 2024
      137.4K bytes
      Cache
     
  8. roc_auc_score — scikit-learn 1.5.2 documentation

    the standardized partial AUC [2] over the range [0, max_fpr] is...under of the ROC as follows: G = 2 * AUC - 1 Where G is the Gini...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html
    Wed Sep 18 20:56:26 UTC 2024
      129.7K bytes
      Cache
     
  9. PCA — scikit-learn 1.5.2 documentation

    [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...3 , 2 ]]) >>> pca = PCA ( n_components = 2 ) >>> pca . fit (...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html
    Wed Sep 18 20:56:23 UTC 2024
      171.1K bytes
      Cache
     
  10. PassiveAggressiveClassifier — scikit-learn 1.5....

    n_features) if n_classes == 2 else (n_classes, n_features) Weights...of shape (1,) if n_classes == 2 else (n_classes,) Constants in...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveClassifier.html
    Wed Sep 18 20:56:25 UTC 2024
      158.9K bytes
      Cache
     
Back to top