Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 231 - 240 of 3,757 for 1 (0.1 sec)

  1. VotingRegressor — scikit-learn 1.7.2 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...KNeighborsRegressor () >>> X = np . array ([[ 1 , 1 ], [ 2 , 4 ], [ 3 , 9 ], [ 4...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingRegressor.html
    Wed Sep 17 19:57:58 UTC 2025
      146.4K bytes
      Cache
     
  2. CCA — scikit-learn 1.7.2 documentation

    1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ],...intercept_ . Added in version 1.1. n_iter_ list of shape (n_components,)...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html
    Wed Sep 17 19:57:58 UTC 2025
      158.4K bytes
      Cache
     
  3. DotProduct — scikit-learn 1.7.2 documentation

    1)\) priors on the coefficients of \(x_d (d = 1, . . ....nels. DotProduct ( sigma_0 = 1.0 , sigma_0_bounds = (1e-05, 100000.0)...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.DotProduct.html
    Wed Sep 17 19:57:58 UTC 2025
      127K bytes
      Cache
     
  4. OrthogonalMatchingPursuit — scikit-learn 1.7.2 ...

    either set to 10% of n_features or 1, whichever is greater. tol float,...either set to 10% of n_features or 1, whichever is greater. n_features_in_...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html
    Wed Sep 17 19:57:59 UTC 2025
      134K bytes
      2 views
      Cache
     
  5. quantile_transform — scikit-learn 1.7.2 documen...

    otherwise (if 1) transform each sample. n_quantiles...subsample=None . Added in version 1.5: The option None to disable...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.quantile_transform.html
    Wed Sep 17 19:58:00 UTC 2025
      117K bytes
      Cache
     
  6. classification_report — scikit-learn 1.7.2 docu...

    50 1.00 0.67 1 class 1 0.00 0.00 0.00 1 class 2 1.00 0.67...>>> y_pred = [ 1 , 1 , 0 ] >>> y_true = [ 1 , 1 , 1 ] >>> print...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html
    Wed Sep 17 19:58:00 UTC 2025
      120.8K bytes
      Cache
     
  7. label_binarize — scikit-learn 1.7.2 documentation

    label_binarize ([ 1 , 6 ], classes = [ 1 , 2 , 4 , 6 ]) array([[1, 0, 0,...label_binarize ([ 1 , 6 ], classes = [ 1 , 6 , 4 , 2 ]) array([[1, 0, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.label_binarize.html
    Wed Sep 17 19:57:59 UTC 2025
      110.2K bytes
      Cache
     
  8. MultinomialNB — scikit-learn 1.7.2 documentation

    Added in version 1.2. Changed in version 1.4: The default value... MultinomialNB ( * , alpha = 1.0 , force_alpha = True , fit_prior...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Wed Sep 17 19:57:59 UTC 2025
      151.8K bytes
      Cache
     
  9. SelfTrainingClassifier — scikit-learn 1.7.2 doc...

    since version 1.6: base_estimator was deprecated in 1.6 and will...estimator_ attribute. Added in version 1.6: estimator was added to replace...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.SelfTrainingClassifier.html
    Wed Sep 17 19:57:58 UTC 2025
      142.1K bytes
      Cache
     
  10. roc_curve — scikit-learn 1.7.2 documentation

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...labels are not either {-1, 1} or {0, 1}, then pos_label should...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_curve.html
    Wed Sep 17 19:58:00 UTC 2025
      117K bytes
      Cache
     
Back to top