Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 381 - 390 of 3,230 for 1 (0.08 sec)

  1. SGD: Weighted samples — scikit-learn 1.7.1 docu...

    ) + [ 1 , 1 ], np . random . randn ( 10 , 2 )] y = [ 1 ] * 10...10 + [ - 1 ] * 10 sample_weight = 100 * np . abs ( np . random...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_weighted_samples.html
    Sat Aug 02 00:15:35 UTC 2025
      93.4K bytes
      Cache
     
  2. GaussianProcessClassifier — scikit-learn 1.7.1 ...

    1, 3.2, and 5.1 from [RW2006] . Internally,...None is passed, the kernel “1.0 * RBF(1.0)” is used as default. Note...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html
    Sat Aug 02 00:15:36 UTC 2025
      149K bytes
      Cache
     
  3. OneToOneFeatureMixin — scikit-learn 1.7.1 docum...

    This mixin assumes there’s a 1-to-1 correspondence between input...shape [ 1 ] ... return self >>> X = np . array ([[ 1 , 2 ], [...
    scikit-learn.org/stable/modules/generated/sklearn.base.OneToOneFeatureMixin.html
    Sat Aug 02 00:15:38 UTC 2025
      109.6K bytes
      Cache
     
  4. ParameterSampler — scikit-learn 1.7.1 documenta...

    'a' : 1 }, ... { 'b' : 0.923223 , 'a' : 1 }, ... { 'b' : 1.878964...0 ) >>> param_grid = { 'a' :[ 1 , 2 ], 'b' : expon ()} >>> param_list...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterSampler.html
    Sat Aug 02 00:15:38 UTC 2025
      110.7K bytes
      Cache
     
  5. DecisionTreeRegressor — scikit-learn 1.7.1 docu...

    1: monotonic increase 0: no constraint -1: monotonic...min_samples_split = 2 , min_samples_leaf = 1 , min_weight_fraction_leaf = 0.0...
    scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeRegressor.html
    Sat Aug 02 00:15:38 UTC 2025
      166K bytes
      Cache
     
  6. Plot Hierarchical Clustering Dendrogram — sciki...

    n_samples : current_count += 1 # leaf node else : current_count...
    scikit-learn.org/stable/auto_examples/cluster/plot_agglomerative_dendrogram.html
    Sat Aug 02 00:15:37 UTC 2025
      89.5K bytes
      Cache
     
  7. SparsePCA — scikit-learn 1.7.1 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...n_components = None , * , alpha = 1 , ridge_alpha = 0.01 , max_iter...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.SparsePCA.html
    Sat Aug 02 00:15:35 UTC 2025
      135.2K bytes
      Cache
     
  8. binarize — scikit-learn 1.7.1 documentation

    1., 0.], [1., 0., 0.]]) On this page...are replaced by 0, above it by 1. Threshold may not be less than...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.binarize.html
    Sat Aug 02 00:15:38 UTC 2025
      107.6K bytes
      Cache
     
  9. Version 0.22 — scikit-learn 1.7.1 documentation

    is given for both n_jobs=1 or n_jobs>1 both with shared memory...results between n_jobs=1 and n_jobs>1 due to the handling of...
    scikit-learn.org/stable/whats_new/v0.22.html
    Sat Aug 02 00:15:36 UTC 2025
      222.7K bytes
      Cache
     
  10. ShrunkCovariance — scikit-learn 1.7.1 documenta...

    1 ) [source] # Covariance estimator...computation. shrinkage float, default=0.1 Coefficient in the convex combination...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ShrunkCovariance.html
    Sat Aug 02 00:15:35 UTC 2025
      131.9K bytes
      Cache
     
Back to top