Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 731 - 740 of 3,417 for 1 (0.1 sec)

  1. fetch_rcv1 — scikit-learn 1.5.2 documentation

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the RCV1 multilabel...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_rcv1.html
    Thu Oct 31 11:00:34 UTC 2024
      111K bytes
      Cache
     
  2. Orthogonal Matching Pursuit — scikit-learn 1.5....

    1 , 1 ) plt . xlim ( 0 , 512 ) plt...make_sparse_coded_signal ( n_samples = 1 , n_components = n_components...
    scikit-learn.org/stable/auto_examples/linear_model/plot_omp.html
    Thu Oct 31 11:00:34 UTC 2024
      93K bytes
      Cache
     
  3. load_wine — scikit-learn 1.5.2 documentation

    1, 2]) >>> list ( data . target_names...[np.str_('class_0'), np.str_('class_1'), np.str_('class_2')] Gallery...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_wine.html
    Thu Oct 31 11:00:34 UTC 2024
      111.6K bytes
      Cache
     
  4. ledoit_wolf — scikit-learn 1.5.2 documentation

    regularized (shrunk) covariance is: (1 - shrinkage) * cov + shrinkage...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ledoit_wolf.html
    Thu Oct 31 11:00:34 UTC 2024
      108.5K bytes
      Cache
     
  5. Caching nearest neighbors — scikit-learn 1.5.2 ...

    = 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
    Thu Oct 31 11:00:32 UTC 2024
      89.2K bytes
      Cache
     
  6. Support — scikit-learn 1.5.2 documentation

    Resources # This documentation is for 1.5.2. Find documentation for other...
    scikit-learn.org/stable/support.html
    Thu Oct 31 11:00:32 UTC 2024
      26.8K bytes
      Cache
     
  7. Ledoit-Wolf vs OAS estimation — scikit-learn 1....

    covariance matrix (AR(1) process) r = 0.1 real_cov = toeplitz (...plot MSE plt . subplot ( 2 , 1 , 1 ) plt . errorbar ( n_samples_range...
    scikit-learn.org/stable/auto_examples/covariance/plot_lw_vs_oas.html
    Thu Oct 31 11:00:34 UTC 2024
      99.1K bytes
      Cache
     
  8. Effect of varying threshold for self-training —...

    mean ( axis = 1 ), yerr = scores . std ( axis = 1 ), capsize =...( axis = 1 ), yerr = amount_labeled . std ( axis = 1 ), capsize...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_self_training_varying_threshold.html
    Thu Oct 31 11:00:34 UTC 2024
      98.2K bytes
      Cache
     
  9. A demo of the mean-shift clustering algorithm —...

    centers = [[ 1 , 1 ], [ - 1 , - 1 ], [ 1 , - 1 ]] X , _ = make_blobs...matplotlib.pyplot as plt plt . figure ( 1 ) plt . clf () colors = [ "#dede00"...
    scikit-learn.org/stable/auto_examples/cluster/plot_mean_shift.html
    Thu Oct 31 11:00:32 UTC 2024
      88.2K bytes
      Cache
     
  10. PCA example with Iris Data-set — scikit-learn 1...

    1 ] . mean () + 1.5 , X [ y == label , 2...features 1 and 2 Sparsity Example: Fitting only features 1 and 2...
    scikit-learn.org/stable/auto_examples/decomposition/plot_pca_iris.html
    Thu Oct 31 11:00:32 UTC 2024
      86.3K bytes
      Cache
     
Back to top