Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 181 - 190 of 3,774 for 1 (1.22 sec)

  1. KNeighborsClassifier — scikit-learn 1.7.2 docum...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) predict...bors=1) >>> print ( neigh . kneighbors ([[ 1. , 1. , 1. ]]))...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Thu Oct 09 16:57:45 UTC 2025
      156K bytes
      Cache
     
  2. KNeighborsRegressor — scikit-learn 1.7.2 docume...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) predict...bors=1) >>> print ( neigh . kneighbors ([[ 1. , 1. , 1. ]]))...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html
    Thu Oct 09 16:57:49 UTC 2025
      151.8K bytes
      Cache
     
  3. KernelDensity — scikit-learn 1.7.2 documentation

    log_density array([-1.52955942, -1.51462041, -1.60244657]) fit (...KernelDensity ( * , bandwidth = 1.0 , algorithm = 'auto' , kernel...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KernelDensity.html
    Thu Oct 09 16:57:48 UTC 2025
      136.3K bytes
      Cache
     
  4. OPTICS — scikit-learn 1.7.2 documentation

    1, 1, 1]) For a more detailed example...min_samples int > 1 or float between 0 and 1, default=5 The number...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.OPTICS.html
    Thu Oct 09 16:57:49 UTC 2025
      136K bytes
      Cache
     
  5. RBF — scikit-learn 1.7.2 documentation

    return_X_y = True ) >>> kernel = 1.0 * RBF ( 1.0 ) >>> gpc = GaussianProcessClass...ernels. RBF ( length_scale = 1.0 , length_scale_bounds = (1e-05,...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.RBF.html
    Thu Oct 09 16:57:48 UTC 2025
      132.1K bytes
      Cache
     
  6. 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
    Thu Oct 09 16:57:45 UTC 2025
      186.6K bytes
      Cache
     
  7. 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
    Thu Oct 09 16:57:45 UTC 2025
      173.2K bytes
      Cache
     
  8. 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
    Thu Oct 09 16:57:49 UTC 2025
      152.6K bytes
      Cache
     
  9. 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
    Thu Oct 09 16:57:48 UTC 2025
      136.4K bytes
      Cache
     
  10. 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
    Thu Oct 09 16:57:48 UTC 2025
      142.4K bytes
      Cache
     
Back to top