Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 151 - 160 of 3,144 for 1 (0.09 sec)

  1. Release Highlights for scikit-learn 1.2 — sciki...

    189830 -1.973554 2.0 1.0 33 -0.416010 2.630382 0.0 1.0 107 1.765012...-0.362176 4.0 3.0 7 -1.021849 0.788808 1.0 1.0 Interaction constraints...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_2_0.html
    Mon Oct 20 15:12:26 UTC 2025
      141.1K bytes
      Cache
     
  2. Roadmap — scikit-learn 1.7.2 documentation

    cross-version safety from version 1.0. Note: Gael and Olivier think...
    scikit-learn.org/stable/roadmap.html
    Mon Oct 20 15:12:27 UTC 2025
      31.9K bytes
      Cache
     
  3. CountVectorizer — scikit-learn 1.7.2 documentation

    [[0 1 1 1 0 0 1 0 1] [0 2 0 1 0 1 1 0 1] [1 0 0 1 1 0 1 1 1] [0...[[0 0 1 1 0 0 1 0 0 0 0 1 0] [0 1 0 1 0 1 0 1 0 0 1 0 0] [1 0 0...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html
    Mon Oct 20 15:12:26 UTC 2025
      143.5K bytes
      Cache
     
  4. NearestNeighbors — scikit-learn 1.7.2 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
    Mon Oct 20 15:12:26 UTC 2025
      151.7K bytes
      Cache
     
  5. resample — scikit-learn 1.7.2 documentation

    1 , 1 , 1 , 1 , 1 ] >>> resample ( y , n_samples = 5 , replace...array([[1., 0.], [2., 1.], [1., 0.]]) >>> y array([0, 1, 0]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.resample.html
    Mon Oct 20 15:12:26 UTC 2025
      112.7K bytes
      Cache
     
  6. LabelBinarizer — scikit-learn 1.7.2 documentation

    array([[1, 0, 0], [0, 1, 0], [0, 0, 1], [0, 1, 0]]) fit ( y ) [source]...array([1, 2, 4, 6]) >>> lb . transform ([ 1 , 6 ]) array([[1, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelBinarizer.html
    Mon Oct 20 15:12:26 UTC 2025
      135.3K bytes
      Cache
     
  7. 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
    Mon Oct 20 15:12:26 UTC 2025
      152.6K bytes
      Cache
     
  8. 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
    Mon Oct 20 15:12:26 UTC 2025
      156K bytes
      Cache
     
  9. LogisticRegression — scikit-learn 1.7.2 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
    Mon Oct 20 15:12:26 UTC 2025
      191.6K bytes
      Cache
     
  10. 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
    Mon Oct 20 15:12:26 UTC 2025
      151.8K bytes
      Cache
     
Back to top