Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 341 - 350 of 3,483 for 1 (0.08 sec)

  1. dbscan — scikit-learn 1.6.0 documentation

    1, 2, 3, 4]) >>> labels array([ 0, 0, 0, 1, 1, -1]) On this...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/dbscan-function.html
    Fri Dec 20 11:14:16 UTC 2024
      115.9K bytes
      Cache
     
  2. ExtraTreeRegressor — scikit-learn 1.6.0 documen...

    min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0 , max_features = 1.0 ,...max_features=n_features . Changed in version 1.1: The default of max_features...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html
    Fri Dec 20 11:14:14 UTC 2024
      163K bytes
      Cache
      Similar Results (1)
     
  3. AgglomerativeClustering — scikit-learn 1.6.0 do...

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...clustering . labels_ array([1, 1, 1, 0, 0, 0]) fit ( X , y = None...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AgglomerativeClustering.html
    Fri Dec 20 11:14:14 UTC 2024
      135.5K bytes
      Cache
     
  4. FeatureHasher — scikit-learn 1.6.0 documentation

    -1., 0., -1., 0., 1.], [ 0., 0., 0., -1., 0., -1., 0., 0.],...0.], [ 0., -1., 0., 0., 0., 0., 0., 1.]]) fit ( X = None , y...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.FeatureHasher.html
    Fri Dec 20 11:14:14 UTC 2024
      129.1K bytes
      Cache
     
  5. VotingRegressor — scikit-learn 1.6.0 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...KNeighborsRegressor () >>> X = np . array ([[ 1 , 1 ], [ 2 , 4 ], [ 3 , 9 ], [ 4...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingRegressor.html
    Fri Dec 20 11:14:16 UTC 2024
      153.3K bytes
      Cache
     
  6. LabelSpreading — scikit-learn 1.6.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
    Thu Dec 12 16:37:36 UTC 2024
      136.2K bytes
      Cache
     
  7. TargetEncoder — scikit-learn 1.6.0 documentation

    1 ] * 15 + [ 20.4 ] * 5 + [ 20.1 ] * 25 + [ 21.2...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 Comparing...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.TargetEncoder.html
    Fri Dec 20 11:14:16 UTC 2024
      146.2K bytes
      Cache
     
  8. The Iris Dataset — scikit-learn 1.5.2 documenta...

    1 ], c = iris . target ) ax . set...ylabel = iris . feature_names [ 1 ]) _ = ax . legend ( scatter ....
    scikit-learn.org/stable/auto_examples/datasets/plot_iris_dataset.html
    Sun Dec 08 14:35:20 UTC 2024
      87.2K bytes
      Cache
     
  9. 1.14. Semi-supervised learning — scikit-learn 1...

    1.14.1. Self Training # This self-training...Ctrl + K GitHub Choose version 1.14. Semi-supervised learning #...
    scikit-learn.org/stable/modules/semi_supervised.html
    Fri Dec 20 11:14:16 UTC 2024
      43.2K bytes
      3 views
      Cache
     
  10. Sum — scikit-learn 1.6.0 documentation

    y ) 1.0 >>> kernel 1.41**2 + RBF(length_scale=1) __call__...kernel takes two kernels \(k_1\) and \(k_2\) and combines them...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Sum.html
    Fri Dec 20 11:14:14 UTC 2024
      122.3K bytes
      Cache
     
Back to top