Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1091 - 1100 of 2,632 for 2 (0.14 sec)

  1. dump_svmlight_file — scikit-learn 1.5.2 documen...

    Skip to main content Back to top Ctrl + K GitHub dump_svmlight_file # sklearn.datasets. dump_svmlight_file ( X , y , ...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.dump_svmlight_file.html
    Fri Sep 20 10:21:48 UTC 2024
      108.1K bytes
      Cache
     
  2. sklearn.linear_model — scikit-learn 1.5.2 docum...

    A variety of linear models. User guide. See the Linear Models section for further details. The following subsections are only rough guidelines: the same estimator can fall into multiple categories,...
    scikit-learn.org/stable/api/sklearn.linear_model.html
    Fri Sep 20 10:21:48 UTC 2024
      134.6K bytes
      Cache
     
  3. Non-negative least squares — scikit-learn 1.5.2...

    In this example, we fit a linear model with positive constraints on the regression coefficients and compare the estimated coefficients to a classic linear regression. Generate some random data Spli...
    scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html
    Fri Sep 20 10:21:50 UTC 2024
      89.1K bytes
      Cache
     
  4. sklearn.discriminant_analysis — scikit-learn 1....

    Linear and quadratic discriminant analysis. User guide. See the Linear and Quadratic Discriminant Analysis section for further details.
    scikit-learn.org/stable/api/sklearn.discriminant_analysis.html
    Fri Sep 20 10:21:48 UTC 2024
      114.1K bytes
      Cache
     
  5. get_scorer_names — scikit-learn 1.5.2 documenta...

    Skip to main content Back to top Ctrl + K GitHub get_scorer_names # sklearn.metrics. get_scorer_names ( ) [source] # ...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.get_scorer_names.html
    Fri Sep 20 10:21:50 UTC 2024
      104.8K bytes
      Cache
     
  6. sklearn.cross_decomposition — scikit-learn 1.5....

    Algorithms for cross decomposition. User guide. See the Cross decomposition section for further details.
    scikit-learn.org/stable/api/sklearn.cross_decomposition.html
    Fri Sep 20 10:21:50 UTC 2024
      114.6K bytes
      Cache
     
  7. sklearn.semi_supervised — scikit-learn 1.5.2 do...

    Semi-supervised learning algorithms. These algorithms utilize small amounts of labeled data and large amounts of unlabeled data for classification tasks. User guide. See the Semi-supervised learnin...
    scikit-learn.org/stable/api/sklearn.semi_supervised.html
    Fri Sep 20 10:21:48 UTC 2024
      114.6K bytes
      Cache
     
  8. compute_class_weight — scikit-learn 1.5.2 docum...

    Skip to main content Back to top Ctrl + K GitHub compute_class_weight # sklearn.utils.class_weight. compute_class_wei...
    scikit-learn.org/stable/modules/generated/sklearn.utils.class_weight.compute_class_weight.html
    Fri Sep 20 10:21:50 UTC 2024
      106.9K bytes
      Cache
     
  9. class_likelihood_ratios — scikit-learn 1.5.2 do...

    Gallery examples: Class Likelihood Ratios to measure classification performance
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Fri Sep 20 10:21:48 UTC 2024
      118.3K bytes
      Cache
     
  10. 6.8. Pairwise metrics, Affinities and Kernels —...

    for all a and b 2. d ( a , b ) == 0 , if and only...pairwise_kernels >>> X = np . array ([[ 2 , 3 ], [ 3 , 5 ], [ 5 , 8 ]])...
    scikit-learn.org/stable/modules/metrics.html
    Fri Sep 20 10:21:48 UTC 2024
      55.7K bytes
      Cache
     
Back to top