Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 151 - 160 of 3,264 for 2 (0.1 sec)

  1. TransformerMixin — scikit-learn 1.7.2 documenta...

    2 ], [ 2 , 3 ], [ 3 , 4 ]] >>> transformer...
    scikit-learn.org/stable/modules/generated/sklearn.base.TransformerMixin.html
    Wed Sep 24 16:15:24 UTC 2025
      116.6K bytes
      Cache
     
  2. LassoLarsIC — scikit-learn 1.7.2 documentation

    [[ - 2 , 2 ], [ - 1 , 1 ], [ 0 , 0 ], [ 1 , 1 ], [ 2 , 2 ]] >>>...is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsIC.html
    Wed Sep 24 16:15:25 UTC 2025
      145.6K bytes
      Cache
     
  3. KFold — scikit-learn 1.7.2 documentation

    2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...array ([ 1 , 2 , 3 , 4 ]) >>> kf = KFold ( n_splits = 2 ) >>> kf...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html
    Wed Sep 24 16:15:26 UTC 2025
      123.2K bytes
      Cache
     
  4. DecisionTreeClassifier — scikit-learn 1.7.2 doc...

    min_samples_split = 2 , min_samples_leaf = 1 , min_...min_samples_split int or float, default=2 The minimum number of samples...
    scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html
    Wed Sep 24 16:15:25 UTC 2025
      173.2K bytes
      Cache
     
  5. KNeighborsTransformer — scikit-learn 1.7.2 docu...

    array([[2]])) As you can see, it returns [[0.5]], and [[2]], which..., metric = 'minkowski' , p = 2 , metric_params = None , n_jobs...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsTransformer.html
    Wed Sep 24 16:15:24 UTC 2025
      146.1K bytes
      Cache
     
  6. CalibratedClassifierCV — scikit-learn 1.7.2 doc...

    2. method {‘sigmoid’, ‘isotonic’},...Zadrozny & C. Elkan, ICML 2001 [ 2 ] Transforming Classifier Scores...
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Wed Sep 24 16:15:24 UTC 2025
      154.3K bytes
      Cache
     
  7. QuadraticDiscriminantAnalysis — scikit-learn 1....

    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/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Wed Sep 24 16:15:24 UTC 2025
      141.5K bytes
      Cache
     
  8. SVC — scikit-learn 1.7.2 documentation

    [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>> y = np...np . array ([ 1 , 1 , 2 , 2 ]) >>> from sklearn.svm import SVC...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Wed Sep 24 16:15:24 UTC 2025
      176.5K bytes
      Cache
     
  9. Matern — scikit-learn 1.7.2 documentation

    \frac{1}{\Gamma(\nu)2^{\nu-1}}\Bigg( \frac{\sqrt{2\nu}}{l} d(x_i ,...the RBF kernel. When \(\nu = 1/2\) , the Matérn kernel becomes...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Matern.html
    Wed Sep 24 16:15:26 UTC 2025
      126.9K bytes
      Cache
     
  10. AdaBoostClassifier — scikit-learn 1.7.2 documen...

    implements the algorithm based on [2] . Read more in the User Guide...max_depth=1 . Added in version 1.2: base_estimator was renamed to...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Wed Sep 24 16:15:26 UTC 2025
      157.7K bytes
      Cache
     
Back to top