Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 921 - 930 of 6,813 for 2 (0.39 seconds)

  1. Iso-probability lines for Gaussian Processes cl...

    0256**2 * DotProduct(sigma_0=5.72) ** 2 # Authors: The...[:, 1 ] - 0.5 * x [:, 0 ] ** 2.0 # Design of experiments X =...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_isoprobability.html
    Fri Nov 14 17:52:11 GMT 2025
      105.9K bytes
      Cache
     
  2. Nested versus non-nested cross-validation &#821...

    This example compares non-nested and nested cross-validation strategies on a classifier of the iris data set. Nested cross-validation (CV) is often used to train a model in which hyperparameters al...
    scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html
    Fri Nov 14 17:52:08 GMT 2025
      102.2K bytes
      Cache
     
  3. Comparing Nearest Neighbors with and without Ne...

    2 ]] X_train , X_test , y_train...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html
    Fri Nov 14 17:52:10 GMT 2025
      97.9K bytes
      Cache
     
  4. Robust covariance estimation and Mahalanobis di...

    standard deviation equal to 2 and feature 2 has a standard deviation...n_features = 2 # generate Gaussian data of shape (125, 2) gen_cov...
    scikit-learn.org/stable/auto_examples/covariance/plot_mahalanobis_distances.html
    Fri Nov 14 17:52:11 GMT 2025
      117.3K bytes
      Cache
     
  5. Linear and Quadratic Discriminant Analysis with...

    [ 2.5 , 0.7 ]]) * 2.0 cov_class_2 = cov_class_1.... Ellipse ( mean , 2 * v [ 0 ] ** 0.5 , 2 * v [ 1 ] ** 0.5 ,...
    scikit-learn.org/stable/auto_examples/classification/plot_lda_qda.html
    Fri Nov 14 17:52:11 GMT 2025
      118.5K bytes
      Cache
     
  6. Partial Dependence and Individual Conditional E...

    2 Release Highlights for scikit-learn 1.2 Gallery generated...between the target function [ 2 ] and a set of features of interest,...
    scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html
    Fri Nov 14 17:52:11 GMT 2025
      228.7K bytes
      Cache
     
  7. Release Highlights for scikit-learn 0.23 &#8212...

    2. From 1.2, use # PartialDependenceDis...lam = np . exp ( X [:, 5 ]) / 2 ) X_train , X_test , y_train ,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_23_0.html
    Fri Nov 14 17:52:08 GMT 2025
      165.8K bytes
      Cache
     
  8. Sparse coding with a precomputed dictionary &#8...

    ) ** 2 / width ** 2 ) * np . exp ( - (( x - center ) ** 2 ) /.../ ( 2 * width ** 2 )) ) return x def ricker_matrix ( width , resolution...
    scikit-learn.org/stable/auto_examples/decomposition/plot_sparse_coding.html
    Fri Nov 14 17:52:08 GMT 2025
      107.4K bytes
      Cache
     
  9. Plot classification boundaries with different S...

    2 , 0.5 ], [ 0.2 , - 2.0 ], [ 0.5 , - 2.4 ], [ 0.2 , - 2.3...[ - 1.3 , - 1.2 ], [ - 1.1 , - 0.2 ], [ - 1.2 , - 0.4 ], [ -...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_kernels.html
    Fri Nov 14 06:59:24 GMT 2025
      122.7K bytes
      Cache
     
  10. Release Highlights for scikit-learn 1.4 —...

    2 Release Highlights for scikit-learn 1.2 Release Highlights..."adult" , version = 2 , return_X_y = True ) # Remove...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html
    Fri Nov 14 17:52:10 GMT 2025
      176.2K bytes
      Cache
     
Back to Top