Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 311 - 320 of 2,485 for 2 (0.2 sec)

  1. MiniBatchSparsePCA — scikit-learn 1.7.2 documen...

    2. callback callable, default=None...differences in the dictionary between 2 steps. To disable early stopping...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchSparsePCA.html
    Mon Nov 10 15:11:15 UTC 2025
      137.8K bytes
      Cache
     
  2. affinity_propagation — scikit-learn 1.7.2 docum...

    2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2 ], [ 4 , 4...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.affinity_propagation.html
    Sun Nov 09 07:16:25 UTC 2025
      114K bytes
      Cache
     
  3. PassiveAggressiveClassifier — scikit-learn 1.7....

    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
    Mon Nov 10 15:11:18 UTC 2025
      158.2K bytes
      Cache
     
  4. GaussianProcessClassifier — scikit-learn 1.7.2 ...

    2, and 5.1 from [RW2006] . Internally,...>>> gpc . predict_proba ( X [: 2 ,:]) array([[0.83548752, 0.03228706,...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html
    Sun Nov 09 07:16:24 UTC 2025
      149K bytes
      Cache
     
  5. StandardScaler — scikit-learn 1.7.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
    Sun Nov 09 07:16:24 UTC 2025
      195.6K bytes
      Cache
     
  6. f1_score — scikit-learn 1.7.2 documentation

    2 , 0 , 1 , 2 ] >>> y_pred = [ 0 , 2 , 1 , 0 , 0...is: \[\text{F1} = \frac{2 * \text{TP}}{2 * \text{TP} + \text{FP}...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.f1_score.html
    Sun Nov 09 07:16:24 UTC 2025
      125.3K bytes
      Cache
     
  7. cross_validate — scikit-learn 1.7.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
    Sun Nov 09 07:16:25 UTC 2025
      138.3K bytes
      Cache
     
  8. 1.6. Nearest Neighbors — scikit-learn 1.7.2 doc...

    2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>>...- 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...
    scikit-learn.org/stable/modules/neighbors.html
    Mon Nov 10 15:11:18 UTC 2025
      122.7K bytes
      Cache
     
  9. 1.2. Linear and Quadratic Discriminant Analysis...

    \frac{1}{(2\pi)^{d/2} |\Sigma_k|^{1/2}}\exp\left(-\frac{1}{2} (x-\mu_k)^t...naive_bayes.GaussianNB . 1.2.2.2. LDA # LDA is a special case...
    scikit-learn.org/stable/modules/lda_qda.html
    Mon Nov 10 15:11:18 UTC 2025
      53.8K bytes
      Cache
     
  10. Contributing — scikit-learn 1.7.2 documentation

    cd scikit-learn Follow steps 2-6 in Building from source to build...pytest pytest-cov ruff == 0 .11.2 mypy numpydoc Add the upstream...
    scikit-learn.org/stable/developers/contributing.html
    Mon Nov 10 15:11:18 UTC 2025
      140.2K bytes
      1 views
      Cache
     
Back to top