Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 461 - 470 of 3,264 for 2 (0.3 sec)

  1. adjusted_mutual_info_score — scikit-learn 1.7.2...

    JMLR [ 2 ] Wikipedia entry for the Adjusted...([ 0 , 0 , 0 , 0 ], [ 0 , 1 , 2 , 3 ]) 0.0 Gallery examples #...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_mutual_info_score.html
    Wed Sep 24 16:15:24 UTC 2025
      116.2K bytes
      Cache
     
  2. 5. Inspection — scikit-learn 1.7.2 documentation

    2. Permutation feature importance 5.2.1. Outline of...permutation importance algorithm 5.2.2. Relation to impurity-based importance...
    scikit-learn.org/stable/inspection.html
    Tue Sep 23 15:14:21 UTC 2025
      32.8K bytes
      Cache
     
  3. Restricted Boltzmann Machine features for digit...

    2 , random_state = 0 ) Models definition...0.09s [BernoulliRBM] Iteration 2, pseudo-likelihood = -23.68, time...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_rbm_logistic_classification.html
    Wed Sep 24 16:15:25 UTC 2025
      132.1K bytes
      Cache
     
  4. weighted_mode — scikit-learn 1.7.2 documentation

    2 , 4 , 2 ] >>> weights = [ 1 , 1 ,...weights ) (array([2.]), array([3.5])) The value 2 has the highest...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.weighted_mode.html
    Wed Sep 24 16:15:26 UTC 2025
      108.4K bytes
      Cache
     
  5. fbeta_score — scikit-learn 1.7.2 documentation

    2 , 0 , 1 , 2 ] >>> y_pred = [ 0 , 2 , 1 , 0 , 0...\frac{(1 + \beta^2) \text{tp}} {(1 + \beta^2) \text{tp} + \text{fp}...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.fbeta_score.html
    Wed Sep 24 16:15:25 UTC 2025
      124.5K bytes
      1 views
      Cache
     
  6. Kernel PCA — scikit-learn 1.7.2 documentation

    subplots ( ncols = 2 , sharex = True , sharey = True...KernelPCA pca = PCA ( n_components = 2 ) kernel_pca = KernelPCA ( n_components...
    scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html
    Wed Sep 24 16:15:25 UTC 2025
      107.5K bytes
      Cache
     
  7. Adjustment for chance in clustering performance...

    linspace ( 2 , n_samples , 10 ) . astype ( int ) plt . figure ( 2 ) plots...n_clusters_range = np . linspace ( 2 , 100 , 10 ) . astype ( int )...
    scikit-learn.org/stable/auto_examples/cluster/plot_adjusted_for_chance_measures.html
    Wed Sep 24 16:15:25 UTC 2025
      162.8K bytes
      Cache
     
  8. class_likelihood_ratios — scikit-learn 1.7.2 do...

    "LR-": value_2} where the values can be non-negative...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Wed Sep 24 16:15:24 UTC 2025
      122.5K bytes
      Cache
     
  9. L1 Penalty and Sparsity in Logistic Regression ...

    %s " % l1_ratio ) axes_row [ 2 ] . set_title ( "L2 penalty" )...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_l1_l2_sparsity.html
    Wed Sep 24 16:15:25 UTC 2025
      99.5K bytes
      Cache
     
  10. k_means — scikit-learn 1.7.2 documentation

    2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...>>> centroid array([[10., 2.], [ 1., 2.]]) >>> label array([1,...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.k_means.html
    Wed Sep 24 16:15:25 UTC 2025
      116.4K bytes
      Cache
     
Back to top