Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 311 - 320 of 2,642 for 2 (0.07 sec)

  1. 1.10. Decision Trees — scikit-learn 1.5.2 docum...

    [ 2 , 2 ]] >>> y = [ 0.5 , 2.5 ] >>> clf = tree...samples: >>> clf . predict ([[ 2. , 2. ]]) array([1]) In case that...
    scikit-learn.org/stable/modules/tree.html
    Thu Sep 19 14:56:27 UTC 2024
      91.8K bytes
      Cache
     
  2. LabelSpreading — scikit-learn 1.5.2 documentation

    2 , max_iter = 30 , tol = 0.001...integer. alpha float, default=0.2 Clamping factor. A value in (0,...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelSpreading.html
    Mon Sep 16 17:00:49 UTC 2024
      135.2K bytes
      Cache
     
  3. RBFSampler — scikit-learn 1.5.2 documentation

    2: The option "scale" was added in 1.2. n_components...of RBF kernel: exp(-gamma * x^2). If gamma='scale' is passed then...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.RBFSampler.html
    Thu Sep 19 14:56:27 UTC 2024
      130.1K bytes
      Cache
     
  4. Release History — scikit-learn 1.5.2 documentation

    2 Version 1.3.1 Version 1.3.0 Version 1.2 Version 1.2.2 Version...Version 1.2.1 Version 1.2.0 Version 1.1 Version 1.1.3 Version...
    scikit-learn.org/stable/whats_new.html
    Thu Sep 19 14:56:27 UTC 2024
      32.7K bytes
      Cache
      Similar Results (1)
     
  5. RANSACRegressor — scikit-learn 1.5.2 documentation

    org/wiki/RANSAC [ 2 ] https://www.sri.com/wp-cont...n_samples = 200 , n_features = 2 , noise = 4.0 , random_state =...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
    Thu Sep 19 14:56:28 UTC 2024
      143K bytes
      Cache
     
  6. log_loss — scikit-learn 1.5.2 documentation

    2 ], [ .35 , .65 ]]) 0.21616......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.log_loss.html
    Thu Sep 19 14:56:27 UTC 2024
      114.4K bytes
      Cache
     
  7. 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
    Thu Sep 19 14:56:27 UTC 2024
      114.4K bytes
      Cache
     
  8. GaussianProcessClassifier — scikit-learn 1.5.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
    Thu Sep 19 14:56:27 UTC 2024
      146.6K bytes
      Cache
     
  9. BernoulliNB — scikit-learn 1.5.2 documentation

    2. Changed in version 1.4: The default...)) >>> Y = np . array ([ 1 , 2 , 3 , 4 , 4 , 5 ]) >>> from sklearn.naive_bayes...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.BernoulliNB.html
    Thu Sep 19 14:56:27 UTC 2024
      151.7K bytes
      Cache
     
  10. adjusted_mutual_info_score — scikit-learn 1.5.2...

    JMLR [ 2 ] Wikipedia entry for the Adjusted...([ 0 , 0 , 0 , 0 ], [ 0 , 1 , 2 , 3 ]) ... 0.0 Gallery examples...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_mutual_info_score.html
    Thu Sep 19 14:56:28 UTC 2024
      115.6K bytes
      Cache
     
Back to top