Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 571 - 580 of 2,952 for 1 (0.13 sec)

  1. KBinsDiscretizer — scikit-learn 1.6.1 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
    Sat Apr 19 00:31:22 UTC 2025
      152.4K bytes
      Cache
     
  2. KNeighborsClassifier — scikit-learn 1.6.1 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
    Sat Apr 19 00:31:21 UTC 2025
      157.1K bytes
      Cache
     
  3. KNeighborsRegressor — scikit-learn 1.6.1 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
    Sat Apr 19 00:31:22 UTC 2025
      152.3K bytes
      Cache
     
  4. SGDClassifier — scikit-learn 1.6.1 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
    Sat Apr 19 00:31:22 UTC 2025
      187.2K bytes
      Cache
     
  5. PartialDependenceDisplay — scikit-learn 1.6.1 d...

    Added in version 1.1: Add the possibility to pass...shape [ 1 ])] >>> deciles = { 0 : np . linspace ( 0 , 1 , num =...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.PartialDependenceDisplay.html
    Sat Apr 19 00:31:22 UTC 2025
      175.8K bytes
      Cache
     
  6. LogisticRegression — scikit-learn 1.6.1 documen...

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights..., C = 1.0 , fit_intercept = True , intercept_scaling = 1 , class_weight...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html
    Sat Apr 19 00:31:22 UTC 2025
      190.6K bytes
      Cache
     
  7. OneHotEncoder — scikit-learn 1.6.1 documentation

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...'Female' , 1 ], [ 'Male' , 4 ]]) . toarray () array([[1., 0., 1., 0.,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OneHotEncoder.html
    Sat Apr 19 00:31:20 UTC 2025
      169.5K bytes
      Cache
     
  8. OPTICS — scikit-learn 1.6.1 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
    Sat Apr 19 00:31:21 UTC 2025
      135.5K bytes
      Cache
     
  9. PLSCanonical — scikit-learn 1.6.1 documentation

    1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ],...version 1.5: Y is deprecated in 1.5 and will be removed in 1.7. Use...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSCanonical.html
    Sat Apr 19 00:31:22 UTC 2025
      162.5K bytes
      Cache
     
  10. PredefinedSplit — scikit-learn 1.6.1 documentation

    1 , 1 ]) >>> test_fold = [ 0 , 1 , - 1 , 1 ] >>> ps...PredefinedSplit(test_fold=array([ 0, 1, -1, 1])) >>> for i , ( train_index...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Sat Apr 19 00:31:21 UTC 2025
      116.1K bytes
      Cache
     
Back to top