Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 2,481 for = (0.06 sec)

  1. Putting it all together — scikit-learn 1.4.2 do...

    tgz (233MB) """ ========== Faces recognition example...using eigenfaces and SVMs ========== The dataset used in this...
    scikit-learn.org/stable/tutorial/statistical_inference/putting_together.html
    Sun May 19 20:00:39 UTC 2024
      45.3K bytes
      1 views
      Cache
     
  2. sklearn.neighbors.KDTree — scikit-learn 1.4.2 d...

    return_distance == False (d,i) if return_distance == True d ndarray...count if count_only == True ind if count_only == False and return_distance...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KDTree.html
    Sun May 19 20:00:39 UTC 2024
      48.5K bytes
      Cache
      Similar Results (1)
     
  3. plot_discretization_strategies.py

    """ ========== Demonstrating the different strategies of KBinsDiscretizer...KBinsDiscretizer ========== This example presents the different...
    scikit-learn.org/stable/_downloads/43e84df0b93ff974da370e8da900f2ee/plot_discretization_strategie...
    Sun May 19 20:00:38 UTC 2024
      3K bytes
     
  4. Comparison of Manifold Learning methods — sciki...

    axs = plt . subplots ( nrows = 2 , ncols = 2 , figsize = ( 7...perplexity = 30 , init = "random" , n_iter = 250 , random_state = 0 ,...
    scikit-learn.org/stable/auto_examples/manifold/plot_compare_methods.html
    Sun May 19 20:00:39 UTC 2024
      49.6K bytes
      Cache
     
  5. Approximate nearest neighbors in TSNE — scikit-...

    n_samples = 20_000 )), ] n_iter = 500 perplexity = 30 metric = "euclidean"...n_neighbors = 5 , metric = "euclidean" , method = "sw-graph" ,...
    scikit-learn.org/stable/auto_examples/neighbors/approximate_nearest_neighbors.html
    Sun May 19 20:00:39 UTC 2024
      71.8K bytes
      Cache
     
  6. Comparing Linear Bayesian Regressors — scikit-l...

    n_informative = 10 , noise = 8 , coef = True , random_state = 42 , )...linthresh = 10e-4 , vmin =- 80 , vmax = 80 ), cbar_kws = { "label"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ard.html
    Sun May 19 20:00:39 UTC 2024
      56.9K bytes
      Cache
     
  7. Time-related feature engineering — scikit-learn...

    figsize = ( 12 , 4 )) y . hist ( bins = 30 , ax = ax ) _ = ax ....axes = plt . subplots ( nrows = 2 , ncols = 3 , figsize = ( 13...
    scikit-learn.org/stable/auto_examples/applications/plot_cyclical_feature_engineering.html
    Sun May 19 20:00:39 UTC 2024
      151.8K bytes
      Cache
     
  8. preprocessing.rst.txt

    _preprocessing: ========== Preprocessing data ========== .. currentmodule::...removal and variance scaling ========== **Standardization** of datasets...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Sun May 19 20:00:39 UTC 2024
      52.7K bytes
     
  9. Concentration Prior Type Analysis of Variation ...

    s = 5 , marker = "o" , color = colors [ y ], alpha = 0.8 )...width = 0.9 , color = "#56B4E9" , zorder = 3 , align = "center"...
    scikit-learn.org/stable/auto_examples/mixture/plot_concentration_prior.html
    Sun May 19 20:00:39 UTC 2024
      49.1K bytes
      Cache
     
  10. sklearn.inspection.PartialDependenceDisplay — s...

    n_jobs = None , verbose = 0 , line_kw = None , ice_lines_kw = None...pd_line_kw = None , contour_kw = None , ax = None , kind = 'average'...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.PartialDependenceDisplay.html
    Sun May 19 20:00:39 UTC 2024
      84.3K bytes
      Cache
     
Back to top