Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 171 - 180 of 3,757 for 1 (0.1 sec)

  1. SGDClassifier — scikit-learn 1.7.2 documentation

    array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...(clip(decision_function(X), -1, 1) + 1) / 2. For other loss functions...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html
    Wed Sep 17 19:57:59 UTC 2025
      186.6K bytes
      Cache
     
  2. LocalOutlierFactor — scikit-learn 1.7.2 documen...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) predict...fit_predict ( X ) array([ 1, 1, -1, 1]) >>> clf . negative_outlier_factor_...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.LocalOutlierFactor.html
    Wed Sep 17 19:58:00 UTC 2025
      151.4K bytes
      Cache
     
  3. DecisionTreeClassifier — scikit-learn 1.7.2 doc...

    [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}]. The “balanced” mode uses...
    scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html
    Wed Sep 17 19:57:58 UTC 2025
      173.2K bytes
      Cache
     
  4. KBinsDiscretizer — scikit-learn 1.7.2 documenta...

    [ 1., 1., 1., 0.], [ 2., 2., 2., 1.], [ 2., 2., 2.,...>>> X = [[ - 2 , 1 , - 4 , - 1 ], ... [ - 1 , 2 , - 3 , - 0.5...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.KBinsDiscretizer.html
    Wed Sep 17 19:57:58 UTC 2025
      152.6K bytes
      Cache
     
  5. RationalQuadratic — scikit-learn 1.7.2 document...

    RationalQuadratic ( length_scale = 1.0 , alpha = 1.0 , length_scale_bounds...RationalQuadratic ( length_scale = 1.0 , alpha = 1.5 ) >>> gpc = GaussianProcessClass...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.RationalQuadratic.html
    Wed Sep 17 19:57:59 UTC 2025
      127.1K bytes
      Cache
     
  6. NearestCentroid — scikit-learn 1.7.2 documentation

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Wed Sep 17 19:58:00 UTC 2025
      136.4K bytes
      Cache
     
  7. NuSVR — scikit-learn 1.7.2 documentation

    Added in version 1.1. n_support_ ndarray of shape (1,), dtype=int32...(0, 1]. By default 0.5 will be taken. C float, default=1.0 Penalty...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Wed Sep 17 19:57:58 UTC 2025
      142.4K bytes
      Cache
     
  8. ShuffleSplit — scikit-learn 1.7.2 documentation

    array ([ 1 , 2 , 1 , 2 , 1 , 2 ]) >>> rs = ShuffleSplit...Train: index=[1 3 0 4] Test: index=[5 2] Fold 1: Train: index=[4...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html
    Wed Sep 17 19:58:00 UTC 2025
      124.6K bytes
      Cache
     
  9. VotingClassifier — scikit-learn 1.7.2 documenta...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingClassifier.html
    Wed Sep 17 19:57:58 UTC 2025
      152.7K bytes
      Cache
     
  10. SparseCoder — scikit-learn 1.7.2 documentation

    1 , 0 ], ... [ - 1 , - 1 , 2 ], ... [ 1 , 1 , 1 ], ......>>> X = np . array ([[ - 1 , - 1 , - 1 ], [ 0 , 0 , 3 ]]) >>> dictionary...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.SparseCoder.html
    Wed Sep 17 19:58:00 UTC 2025
      137.8K bytes
      Cache
     
Back to top