Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 691 - 700 of 3,416 for 1 (0.14 sec)

  1. make_blobs — scikit-learn 1.5.2 documentation

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...2) >>> y array([0, 0, 1, 0, 2, 2, 2, 1, 1, 0]) >>> X , y = make_blobs...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_blobs.html
    Thu Oct 31 11:00:34 UTC 2024
      130.4K bytes
      Cache
     
  2. 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
     
  3. CompoundKernel — scikit-learn 1.5.2 documentation

    theta ) [1.09861229 0.69314718] __call__...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.CompoundKernel.html
    Thu Oct 31 11:00:32 UTC 2024
      120.1K bytes
      Cache
     
  4. 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
     
  5. 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
     
  6. 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
     
  7. Huge Traces configuration options | APM Java Ag...

    span_compression_enabled ( [ 1.30.0 ] Added in 1.30.0. ) Setting this...ch_max_duration ( [ 1.30.0 ] Added in 1.30.0. ) Consecutive spans...
    www.elastic.co/guide/en/apm/agent/java/current/config-huge-traces.html
    Tue Aug 27 23:14:16 UTC 2024
      21.4K bytes
      Cache
     
  8. 8. Computing with scikit-learn — scikit-learn 1...

    1.1. Scaling with instances using out-of-core...Computing with scikit-learn # 8.1. Strategies to scale computationally:...
    scikit-learn.org/stable/computing.html
    Thu Oct 31 11:00:34 UTC 2024
      31.8K bytes
      Cache
     
  9. Stacktrace configuration options | APM .NET Age...

    ApplicationNamespace ( [ 1.5 ] Added in 1.5. ) This is used to determine...ExcludedNamespaces ( [ 1.5 ] Added in 1.5. ) A list of namespaces...
    www.elastic.co/guide/en/apm/agent/dotnet/current/config-stacktrace.html
    Tue Aug 27 23:14:16 UTC 2024
      20.3K bytes
      Cache
     
  10. Ordinary Least Squares and Ridge Regression Var...

    1 ] . T y_train = [ 0.5 , 1 ] X_test = np . c_...this_X = 0.1 * np . random . normal ( size = ( 2 , 1 )) + X_train...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge_variance.html
    Thu Oct 31 11:00:34 UTC 2024
      86K bytes
      Cache
     
Back to top