Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 571 - 580 of 7,459 for 1 (0.44 seconds)

Filter
  1. 7.7. Kernel Approximation — scikit-learn 1.8.0 ...

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...\Lambda^{-1}\right) \Lambda \left(K_{21} U_1 \Lambda^{-1}\right)^T...
    scikit-learn.org/stable/modules/kernel_approximation.html
    Mon Mar 23 20:39:21 UTC 2026
      13K bytes
      Cache
     
  2. SelectKBest — scikit-learn 1.8.0 documentation

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 On this page...all strings. Added in version 1.0. See also f_classif ANOVA F-value...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectKBest.html
    Mon Mar 23 20:39:20 UTC 2026
      17.2K bytes
      Cache
     
  3. GenericUnivariateSelect — scikit-learn 1.8.0 do...

    Added in version 1.0. See also f_classif ANOVA F-value..."x1", ..., "x(n_features_in_ - 1)"] . If input_features is an array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.GenericUnivariateSelect.html
    Mon Mar 23 20:39:23 UTC 2026
      16.3K bytes
      Cache
     
  4. Two-class AdaBoost — scikit-learn 1.8.0 documen...

    random_state = 1 ) X2 , y2 = make_gaussian_quantiles...es ( mean = ( 3 , 3 ), cov = 1.5 , n_samples = 300 , n_features...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_twoclass.html
    Mon Mar 23 20:39:20 UTC 2026
      16.4K bytes
      Cache
     
  5. Exponentiation — scikit-learn 1.8.0 documentation

    predict ( X [: 1 ,:], return_std = True ) (array([635.5]),...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Exponentiation.html
    Mon Mar 23 20:39:20 UTC 2026
      14.8K bytes
      Cache
     
  6. Multi-dimensional scaling — scikit-learn 1.8.0 ...

    figure ( 1 ) ax = plt . axes ([ 0.0 , 0.0 , 1.0 , 1.0 ]) s =...random_state = 42 , n_jobs = 1 , n_init = 1 , init = "classical_mds"...
    scikit-learn.org/stable/auto_examples/manifold/plot_mds.html
    Mon Mar 23 20:39:20 UTC 2026
      17.2K bytes
      Cache
     
  7. Feature transformations with ensembles of trees...

    deprecated:: 1.8 `penalty` was deprecated in version 1.8 and will...with `0 = l1_ratio = 1`. Setting `l1_ratio=1` gives a pure L1-penalty,...
    scikit-learn.org/stable/auto_examples/ensemble/plot_feature_transformation.html
    Mon Mar 23 20:39:20 UTC 2026
      53K bytes
      Cache
     
  8. Pipeline ANOVA SVM — scikit-learn 1.8.0 documen...

    versionchanged:: 1.3 The `"auto"` option is added in version 1.3 and will...intercept term: `[x_1, ..., x_n, 1]`, where 1 corresponds to the intercept....
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html
    Mon Mar 23 20:39:21 UTC 2026
      24.9K bytes
      Cache
     
  9. Approximate nearest neighbors in TSNE — scikit-...

    0 * perplexity + 1 ) + 1 tsne_params = dict ( init =...improved since scikit-learn 1.1. Furthermore, the brute-force...
    scikit-learn.org/stable/auto_examples/neighbors/approximate_nearest_neighbors.html
    Mon Mar 23 20:39:20 UTC 2026
      19.9K bytes
      Cache
     
  10. Caching nearest neighbors — scikit-learn 1.8.0 ...

    = True ) n_neighbors_list = [ 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 ,...fig , axes = plt . subplots ( 1 , 2 , figsize = ( 8 , 4 )) axes...
    scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html
    Mon Mar 23 20:39:20 UTC 2026
      15.8K bytes
      Cache
     
Back to Top