Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 861 - 870 of over 10,000 for 2 (0.2 seconds)

Filter
  1. SQL evaluation framework for accurate query ass...

    This results in 2 2 −1 (excluding the empty set)...DESC LIMIT 10 ; Copy code Query 2 SELECT userid, firstname || '...
    developer.ibm.com/articles/awb-sql-evaluation-llm-generated-sql-queries/
    Tue Mar 17 04:32:41 UTC 2026
      20.8K bytes
      Cache
     
  2. Spectral clustering for image segmentation — sc...

    0 ]) ** 2 + ( y - center1 [ 1 ]) ** 2 < radius1 ** 2 circle2...0 ]) ** 2 + ( y - center2 [ 1 ]) ** 2 < radius2 ** 2 circle3...
    scikit-learn.org/stable/auto_examples/cluster/plot_segmentation_toy.html
    Mon Mar 23 20:39:20 UTC 2026
      16.5K bytes
      Cache
     
  3. Ledoit-Wolf vs OAS estimation — scikit-learn 1....

    subplot ( 2 , 1 , 2 ) plt . errorbar ( n_samples_range...shrinkage_ # plot MSE plt . subplot ( 2 , 1 , 1 ) plt . errorbar ( n_samples_range...
    scikit-learn.org/stable/auto_examples/covariance/plot_lw_vs_oas.html
    Mon Mar 23 20:39:21 UTC 2026
      16.5K bytes
      Cache
     
  4. LassoLarsIC — scikit-learn 1.8.0 documentation

    [[ - 2 , 2 ], [ - 1 , 1 ], [ 0 , 0 ], [ 1 , 1 ], [ 2 , 2 ]] >>>...>>> y = [ - 2.2222 , - 1.1111 , 0 , - 1.1111 , - 2.2222 ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsIC.html
    Mon Mar 23 20:39:20 UTC 2026
      19K bytes
      Cache
     
  5. Robust vs Empirical covariance estimate — sciki...

    subplot ( 2 , 1 , 1 ) lw = 2 plt . errorbar ( range_n_outliers...font_prop ) plt . subplot ( 2 , 1 , 2 ) x_size = range_n_outliers...
    scikit-learn.org/stable/auto_examples/covariance/plot_robust_vs_empirical_covariance.html
    Mon Mar 23 20:39:21 UTC 2026
      18.3K bytes
      Cache
     
  6. 3.4. Metrics and scoring: quantifying the quali...

    y_true = [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2 ] >>> r2_score...y_true = [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2 + 1e-8...
    scikit-learn.org/stable/modules/model_evaluation.html
    Mon Mar 23 20:39:21 UTC 2026
      62.7K bytes
      Cache
     
  7. Theil-Sen Regression — scikit-learn 1.8.0 docum...

    Linear model y = 3*x + N(2, 0.1**2) x = np . random . randn (...Linear model y = 3*x + N(2, 0.1**2) x = np . random . randn (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_theilsen.html
    Mon Mar 23 20:39:20 UTC 2026
      16.9K bytes
      Cache
     
  8. Label Propagation digits: Active learning — sci...

    0 24 0] [ 0 0 0 0 2 1 0 2 2 27]] Iteration 2 __________ Label...0 0 0 0 0 25 0] [ 0 0 0 0 2 1 0 2 2 27]] Iteration 1 __________...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits_active_learni...
    Mon Mar 23 20:39:22 UTC 2026
      17.7K bytes
      Cache
     
  9. DistanceMetric — scikit-learn 1.8.0 documentation

    HaversineDistance 2 arcsin(sqrt(sin^2(0.5*dx) + cos(x1)cos(x2)sin^2(0.5*dy)))...'euclidean' ) >>> X = [[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]] >>> Y...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DistanceMetric.html
    Mon Mar 23 20:39:20 UTC 2026
      14.9K bytes
      Cache
     
  10. mean_tweedie_deviance — scikit-learn 1.8.0 docu...

    y_true = [ 2 , 0 , 1 , 4 ] >>> y_pred = [ 0.5 , 0.5 , 2. , 2. ] >>>...>= 0 and y_pred > 0. 1 < p < 2 : Compound Poisson distribution....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_tweedie_deviance.html
    Mon Mar 23 20:39:20 UTC 2026
      13.6K bytes
      Cache
     
Back to Top