Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 731 - 740 of 3,192 for 2 (1.45 sec)

  1. inplace_csr_row_normalize_l1 — scikit-learn 1.7...

    2 , 3 , 4 ]) >>> indices = np . array ([ 0 , 1 , 2 , 3 ])...>>> data = np . array ([ 1.0 , 2.0 , 3.0 , 4.0 ]) >>> X = csr_matrix...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs_fast.inplace_csr_row_normaliz...
    Mon Sep 22 13:26:32 UTC 2025
      107.8K bytes
      Cache
     
  2. label_ranking_average_precision_score — scikit-...

    2 , 0.1 ]]) >>> label_ranking_a...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.label_ranking_average_precision_score.html
    Tue Sep 23 15:14:21 UTC 2025
      108.4K bytes
      Cache
     
  3. dcg_score — scikit-learn 1.7.2 documentation

    log_base = 2 , sample_weight = None , ignore_ties...outputs. log_base float, default=2 Base of the logarithm used for...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.dcg_score.html
    Tue Sep 23 15:14:21 UTC 2025
      112.5K bytes
      Cache
     
  4. make_friedman1 — scikit-learn 1.7.2 documentation

    2 ] - 0.5 ) ** 2 + 10 * X [:, 3 ] + 5 *...in Friedman [1] and Breiman [2]. Inputs X are independent features...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman1.html
    Tue Sep 23 15:14:23 UTC 2025
      110.3K bytes
      Cache
     
  5. Illustration of Gaussian process classification...

    2 ) Y = np . logical_xor ( X [:,...DotProduct ( sigma_0 = 1.0 ) ** 2 ] for i , kernel in enumerate...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_xor.html
    Tue Sep 23 15:14:21 UTC 2025
      97.6K bytes
      Cache
     
  6. all_estimators — scikit-learn 1.7.2 documentation

    <class 'tuple'> >>> estimators [: 2 ] [('ARDRegression', <class '..."classifier" ) >>> classifiers [: 2 ] [('AdaBoostClassifier', <class...
    scikit-learn.org/stable/modules/generated/sklearn.utils.discovery.all_estimators.html
    Tue Sep 23 15:14:21 UTC 2025
      109K bytes
      Cache
     
  7. Gradient Boosting regression — scikit-learn 1.7...

    2 , 2 ) # `labels` argument in boxplot...permutation methods identify the same 2 strongly predictive features but...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html
    Tue Sep 23 15:14:23 UTC 2025
      110K bytes
      Cache
     
  8. power_transform — scikit-learn 1.7.2 documentation

    2 ], [ 3 , 2 ], [ 4 , 5 ]] >>> print...and negative values ‘box-cox’ [2] , only works with strictly positive...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.power_transform.html
    Tue Sep 23 15:14:21 UTC 2025
      112.6K bytes
      Cache
     
  9. t-SNE: The effect of various perplexity values ...

    n_samples = 150 n_components = 2 ( fig , subplots ) = plt . subplots.... scatter ( X [:, 0 ], X [:, 2 ], c = color ) ax . xaxis . set_major_formatter...
    scikit-learn.org/stable/auto_examples/manifold/plot_t_sne_perplexity.html
    Tue Sep 23 15:14:21 UTC 2025
      109.6K bytes
      Cache
     
  10. Importance of Feature Scaling — scikit-learn 1....

    section we select a subset of 2 features that have values with...) = plt . subplots ( ncols = 2 , figsize = ( 12 , 6 )) fit_and_plot_model...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html
    Tue Sep 23 15:14:21 UTC 2025
      122.5K bytes
      Cache
     
Back to top