Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 2,928 for 1 (0.1 sec)

  1. NearestNeighbors — scikit-learn 1.7.0 documenta...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) radius_neighbors...() array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) set_params...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestNeighbors.html
    Fri Jul 11 17:08:41 UTC 2025
      151.7K bytes
      Cache
     
  2. LinearRegression — scikit-learn 1.7.0 documenta...

    ([[ 1 , 1 ], [ 1 , 2 ], [ 2 , 2 ], [ 2 , 3 ]]) >>> # y = 1 * x_0...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LinearRegression.html
    Fri Jul 11 17:08:41 UTC 2025
      151.7K bytes
      Cache
     
  3. AgglomerativeClustering — scikit-learn 1.7.0 do...

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...clustering . labels_ array([1, 1, 1, 0, 0, 0]) For a comparison...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AgglomerativeClustering.html
    Fri Jul 11 17:08:41 UTC 2025
      135.9K bytes
      Cache
     
  4. ColumnTransformer — scikit-learn 1.7.0 document...

    1. , 2. , 2. ], ... [ 1. , 1. , 0. , 1. ]]) >>> #...scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...
    scikit-learn.org/stable/modules/generated/sklearn.compose.ColumnTransformer.html
    Fri Jul 11 17:08:41 UTC 2025
      160.6K bytes
      Cache
     
  5. LabelSpreading — scikit-learn 1.7.0 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...Clamping factor. A value in (0, 1) that specifies the relative amount...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelSpreading.html
    Fri Jul 11 17:08:38 UTC 2025
      136.2K bytes
      Cache
     
  6. GroupKFold — scikit-learn 1.7.0 documentation

    index=[0 1 4 5], group=[0 0 3 3] Fold 1: Train: index=[0 1 4 5],...scikit-learn 1.4 Release Highlights for scikit-learn 1.4 On this...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Fri Jul 11 17:08:41 UTC 2025
      127.3K bytes
      Cache
     
  7. SGDClassifier — scikit-learn 1.7.0 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
    Fri Jul 11 17:08:39 UTC 2025
      187.2K bytes
      Cache
     
  8. DecisionTreeClassifier — scikit-learn 1.7.0 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
    Fri Jul 11 17:08:39 UTC 2025
      173.5K bytes
      Cache
     
  9. KBinsDiscretizer — scikit-learn 1.7.0 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
    Fri Jul 11 17:08:39 UTC 2025
      152.8K bytes
      Cache
     
  10. PassiveAggressiveClassifier — scikit-learn 1.7....

    default=1.0 Maximum step size (regularization). Defaults to 1.0. fit_intercept...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveClassifier.html
    Fri Jul 11 17:08:41 UTC 2025
      158.8K bytes
      Cache
     
Back to top