Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1031 - 1040 of over 10,000 for 2 (0.2 seconds)

  1. Support Vector Machines — scikit-learn 1....

    Examples concerning the sklearn.svm module. One-class SVM with non-linear kernel (RBF) Plot classification boundaries with different SVM Kernels Plot different SVM classifiers in the iris dataset P...
    scikit-learn.org/stable/auto_examples/svm/index.html
    Thu Dec 04 11:53:52 GMT 2025
      81K bytes
      Cache
     
  2. Missing Value Imputation — scikit-learn 1...

    Examples concerning the sklearn.impute module. Imputing missing values before building an estimator Imputing missing values with variants of IterativeImputer
    scikit-learn.org/stable/auto_examples/impute/index.html
    Thu Dec 04 11:53:55 GMT 2025
      74.2K bytes
      Cache
     
  3. 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
    Thu Dec 04 11:53:55 GMT 2025
      107.4K bytes
      Cache
     
  4. 8.2.1 release notes | Enterprise Search documen...

    2.2 release notes 8.2.0 release notes » Elastic Docs › Enterprise...the web crawler. « 8.2.2 release notes 8.2.0 release notes » Most...
    www.elastic.co/guide/en/enterprise-search/8.19/release-notes-8.2.1.html
    Mon Oct 20 16:31:47 GMT 2025
      12.2K bytes
      Cache
     
  5. Gaussian Mixture Model Selection — scikit...

    convert to degrees v = 2.0 * np . sqrt ( 2.0 ) * np . sqrt ( v )...random . randn ( n_samples , 2 ), C ) # general component_2 =...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_selection.html
    Thu Dec 04 11:53:53 GMT 2025
      138.5K bytes
      Cache
     
  6. Demonstration of k-means assumptions — sc...

    subplots ( nrows = 2 , ncols = 2 , figsize = ( 12 , 12 ))...plt . subplots ( nrows = 2 , ncols = 2 , figsize = ( 12 , 12 ))...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_assumptions.html
    Thu Dec 04 11:53:55 GMT 2025
      115.6K bytes
      Cache
     
  7. Map data to a normal distribution — sciki...

    figaspect ( 2 )) axes = axes . flatten () axes_idxs..., 9 ), ( 1 , 4 , 7 , 10 ), ( 2 , 5 , 8 , 11 ), ( 12 , 15 , 18...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_map_data_to_normal.html
    Thu Dec 04 11:53:55 GMT 2025
      105.1K bytes
      Cache
     
  8. Scaling the regularization parameter for SVCs &...

    logspace ( - 2.3 , - 1.3 , 10 ) train_sizes =...param_range = Cs , cv = cv , n_jobs = 2 , ) results [ label ] = test_scores...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_scale_c.html
    Thu Dec 04 11:53:52 GMT 2025
      115.5K bytes
      Cache
     
  9. 8.13.2 release notes | Enterprise Search docume...

    2 release notes IMPORTANT : This...the latest documentation . 8.13.2 release notes No changes since...
    www.elastic.co/guide/en/enterprise-search/8.19/release-notes-8.13.2.html
    Mon Oct 20 16:31:47 GMT 2025
      11.8K bytes
      Cache
     
  10. Column Transformer with Mixed Types — sci...

    float64 dtypes: category(2), float64(2), int64(1) memory usage:...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Gallery generated...
    scikit-learn.org/stable/auto_examples/compose/plot_column_transformer_mixed_types.html
    Thu Dec 04 11:53:52 GMT 2025
      240.9K bytes
      Cache
     
Back to Top