Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 321 - 330 of 3,757 for 1 (0.4 sec)

  1. make_moons — scikit-learn 1.7.2 documentation

    ) The integer labels (0 or 1) for class membership of each...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_moons.html
    Wed Sep 17 19:58:00 UTC 2025
      114.3K bytes
      Cache
     
  2. 2.3. Clustering — scikit-learn 1.7.2 documentation

    1 , 1 , 1 ] >>> labels_pred = [ 0 , 0 , 1 , 1 , 2 , 2...0 , 0 , 1 , 1 , 1 ] >>> labels_pred = [ 0 , 0 , 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/clustering.html
    Wed Sep 17 19:57:58 UTC 2025
      237K bytes
      Cache
     
  3. adjusted_rand_score — scikit-learn 1.7.2 docume...

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> adjusted_rand_score...adjusted_rand_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings that...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_rand_score.html
    Wed Sep 17 19:57:59 UTC 2025
      117.6K bytes
      1 views
      Cache
     
  4. average_precision_score — scikit-learn 1.7.2 do...

    1 , 1 ]) >>> y_scores = np . array ([ 0.1 , 0.4 , 0.35..., 0.1 ], ... [ 0.4 , 0.3 , 0.3 ], ... [ 0.1 , 0.8 , 0.1 ], ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.average_precision_score.html
    Wed Sep 17 19:58:00 UTC 2025
      116K bytes
      Cache
     
  5. pairwise_distances_argmin — scikit-learn 1.7.2 ...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...deprecated from SciPy 1.9 and will be removed in SciPy 1.11. Note 'matching'...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances_argmin.html
    Wed Sep 17 19:57:58 UTC 2025
      112.9K bytes
      Cache
     
  6. f_classif — scikit-learn 1.7.2 documentation

    n_clusters_per_class = 1 , ... shuffle = False , random_state...f_statistic array([2.21e+02, 7.02e-01, 1.70e+00, 9.31e-01, 5.41e+00, 3.25e-01,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_classif.html
    Wed Sep 17 19:57:58 UTC 2025
      110.7K bytes
      Cache
     
  7. 1.11. Ensembles: Gradient boosting, random fore...

    Gradient Boosting models 1.11.1.1.1. Usage # Most of the parameters...= [[ 1 , 0 ], ... [ 1 , 0 ], ... [ 1 , 0 ], ... [ 0 , 1 ]] >>>...
    scikit-learn.org/stable/modules/ensemble.html
    Wed Sep 17 19:57:58 UTC 2025
      229.2K bytes
      Cache
     
  8. 2.8. Density Estimation — scikit-learn 1.7.2 do...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...\(x_i; i=1, \cdots, N\) is given by: \[\rho_K(y) = \sum_{i=1}^{N}...
    scikit-learn.org/stable/modules/density.html
    Wed Sep 17 19:57:59 UTC 2025
      45.5K bytes
      Cache
     
  9. train_test_split — scikit-learn 1.7.2 documenta...

    1 3.5 1.4 0.2 1 4.9 3.0 1.4 0.2 2 4.7 3.2 1.3 0.2 3 4.6...4.2 1.3 105 7.6 3.0 6.6 2.1 66 5.6 3.0 4.5 1.5 0 5.1 3.5 1.4 0.2...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html
    Wed Sep 17 19:57:59 UTC 2025
      169.7K bytes
      Cache
     
  10. mean_poisson_deviance — scikit-learn 1.7.2 docu...

    with the power parameter power=1 . Read more in the User Guide...mean_poisson_deviance >>> y_true = [ 2 , 0 , 1 , 4 ] >>> y_pred = [ 0.5 , 0.5...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_poisson_deviance.html
    Wed Sep 17 19:57:58 UTC 2025
      108.1K bytes
      Cache
     
Back to top