Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 901 - 910 of 2,956 for 1 (0.13 sec)

  1. is_multilabel — scikit-learn 1.6.1 documentation

    1 , 0 , 1 ]) False >>> is_multilabel ([[ 1 ], [ 0 ,...is_multilabel ( np . array ([[ 1 , 0 ], [ 0 , 0 ]])) True >>> is_multilabel...
    scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.is_multilabel.html
    Mon Apr 21 17:07:39 UTC 2025
      107.7K bytes
      Cache
     
  2. Getting Started — scikit-learn 1.6.1 documentation

    dataset is easy array([1., 1., 1., 1., 1.]) Automatic parameter...transform ( X ) array([[-1., 1.], [ 1., -1.]]) Sometimes, you want...
    scikit-learn.org/stable/getting_started.html
    Mon Apr 21 17:07:39 UTC 2025
      48K bytes
      Cache
     
  3. 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
    Mon Apr 21 17:07:38 UTC 2025
      103.3K 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
    Mon Apr 21 17:07:39 UTC 2025
      102.6K 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
    Mon Apr 21 17:07:39 UTC 2025
      92.3K bytes
      Cache
     
  6. CompoundKernel — scikit-learn 1.6.1 documentation

    theta ) [1.09861229 0.69314718] __call__...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.CompoundKernel.html
    Mon Apr 21 17:07:39 UTC 2025
      121.5K bytes
      Cache
     
  7. 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
    Sat Apr 19 00:31:22 UTC 2025
      31.3K bytes
      Cache
     
  8. Imputing missing values before building an esti...

    mses_california [ 1 ], stds_california [ 1 ] = get_impute_zero_score...y_miss_california ) mses_diabetes [ 1 ], stds_diabetes [ 1 ] = get_impute_zero_score...
    scikit-learn.org/stable/auto_examples/impute/plot_missing_values.html
    Mon Apr 21 17:07:39 UTC 2025
      124.7K bytes
      Cache
     
  9. 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
    Mon Apr 21 17:07:39 UTC 2025
      90.1K bytes
      Cache
     
  10. L1-based models for Sparse Signals — scikit-lea...

    1 , n_samples ) y += 0.2 * rng . normal ( 0 , 1 , n_samples...linthresh = 10e-4 , vmin =- 1 , vmax = 1 ), cbar_kws = { "label"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Mon Apr 21 17:07:39 UTC 2025
      125K bytes
      Cache
     
Back to top