Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 441 - 450 of over 10,000 for 2 (0.25 seconds)

  1. compute_optics_graph — scikit-learn 1.8.0...

    2 ], [ 2 , 5 ], [ 3 , 6 ], ... [ 8...samples (rounded to be at least 2). max_eps float, default=np.inf...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.compute_optics_graph.html
    Mon Dec 22 11:58:31 GMT 2025
      116.7K bytes
      Cache
     
  2. Single estimator versus bagging: bias-variance ...

    - ( x ** 2 )) + 1.5 * np . exp ( - (( x - 2 ) ** 2 )) def generate...{0} : {1:.4f} (error) = {2:.4f} (bias^2) " " + {3:.4f}...
    scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html
    Mon Dec 22 11:58:31 GMT 2025
      115.4K bytes
      Cache
     
  3. Comparison of kernel ridge and Gaussian process...

    period of this sine is thus \(2 \pi\) . We will reuse this information..."True signal" , linewidth = 2 ) plt . scatter ( training_data...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_compare_gpr_krr.html
    Mon Dec 22 11:58:31 GMT 2025
      145.1K bytes
      Cache
     
  4. sort_graph_by_row_values — scikit-learn 1...

    2. ], ... [ 1. , 2. , 0. ]]) >>>.... data array([3., 1., 3., 2., 1., 2.]) >>> X_ = sort...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.sort_graph_by_row_values.html
    Mon Dec 22 11:58:31 GMT 2025
      108.6K bytes
      Cache
     
  5. GMM covariances — scikit-learn 1.8.0 docu...

    covariances_ [ n ][: 2 , : 2 ] elif gmm . covariance_type...covariances = gmm . covariances_ [: 2 , : 2 ] elif gmm . covariance_type...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html
    Mon Dec 22 11:58:31 GMT 2025
      108.2K bytes
      Cache
     
  6. StratifiedShuffleSplit — scikit-learn 1.8...

    2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 ,...Test: index=[0 2 3] Fold 2: Train: index=[5 0 2] Test: index=[4...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html
    Mon Dec 22 11:58:31 GMT 2025
      123.2K bytes
      Cache
     
  7. Lasso — scikit-learn 1.8.0 documentation

    [ 2 , 2 ]], [ 0 , 1 , 2 ]) Lasso(alpha=0.1)...\(||y||_2^2 / n_{\text{samples}}\) . The target can be a 2-dimensional...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html
    Mon Dec 22 11:58:31 GMT 2025
      168.4K bytes
      Cache
     
  8. Dimensionality Reduction with Neighborhood Comp...

    ( n_components = 2 )) # Reduce dimension to 2 with NeighborhoodComponen...the different samples on the 2 first principal components. Linear...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html
    Mon Dec 22 11:58:30 GMT 2025
      98K bytes
      Cache
     
  9. DataUnit (Spring Framework 7.0.1 API)

    Power of 2 Size in Bytes BYTES 1B 2^0 1 KILOBYTES 1KB 2^10 1,024...1,024 MEGABYTES 1MB 2^20 1,048,576 GIGABYTES 1GB 2^30 1,073,741,824...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/util/unit/DataUnit.html
    Fri Feb 01 00:00:00 GMT 1980
      24.6K bytes
      Cache
     
  10. cross_validation.rst.txt

    2, 2, 2, 2] >>> groups = [1, 1, 2, 2, 3, 3, 3] >>>...test)) [2 3] [0 1] [1 3] [0 2] [1 2] [0 3] [0 3] [1 2] [0 2] [1 3]...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Mon Dec 22 11:58:31 GMT 2025
      41.1K bytes
      1 views
     
Back to Top