Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 431 - 440 of over 10,000 for 1 (0.36 seconds)

Filter
  1. SGD: Weighted samples — scikit-learn 1.8.0 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
    Tue Mar 17 03:44:38 UTC 2026
      15.5K bytes
      Cache
     
  2. fast_logdet — scikit-learn 1.8.0 document...

    1 ], [ 2 , 8 ]]) >>> fast_logdet...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.fast_logdet.html
    Mon Feb 02 09:23:44 UTC 2026
      106.9K bytes
      Cache
     
  3. 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
    Tue Mar 17 03:44:36 UTC 2026
      20.5K bytes
      Cache
     
  4. Detection error tradeoff (DET) curve — scikit-l...

    random_state = 1 , n_clusters_per_class = 1 , ) X_train , X_test...n_estimators = 10 , max_features = 1 , random_state = 0 ), "Non-informative...
    scikit-learn.org/stable/auto_examples/model_selection/plot_det.html
    Tue Mar 17 03:44:36 UTC 2026
      17.4K bytes
      Cache
     
  5. KernelDensity — scikit-learn 1.8.0 docume...

    log_density array([-1.52955942, -1.51462041, -1.60244657]) fit (...KernelDensity ( * , bandwidth = 1.0 , algorithm = 'auto' , kernel...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KernelDensity.html
    Mon Mar 09 14:07:57 UTC 2026
      17.4K bytes
      Cache
     
  6. Kernel Density Estimate of Species Distribution...

    subplot ( 1 , 2 , i + 1 ) # construct a kernel density...by Phillips et. al. (2006) [ 1 ] . If available, the example...
    scikit-learn.org/stable/auto_examples/neighbors/plot_species_kde.html
    Tue Mar 17 03:44:39 UTC 2026
      18.1K bytes
      Cache
     
  7. homogeneity_score — scikit-learn 1.8.0 document...

    1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Non-perfect labelings...homogeneity_score ([ 0 , 0 , 1 , 1 ], [ 0 , 0 , 1 , 2 ])) 1.000000 >>> print...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_score.html
    Tue Mar 17 03:44:39 UTC 2026
      14.4K bytes
      Cache
     
  8. maxabs_scale — scikit-learn 1.8.0 documentation

    1 , 2 ], [ - 1 , 0 , 1 ]] >>> maxabs_scale...column independently array([[-1. , 1. , 1. ], [-0.5, 0. , 0.5]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.maxabs_scale.html
    Tue Mar 17 03:44:39 UTC 2026
      13.9K bytes
      Cache
     
  9. Two-class AdaBoost — scikit-learn 1.8.0 documen...

    random_state = 1 ) X2 , y2 = make_gaussian_quantiles...es ( mean = ( 3 , 3 ), cov = 1.5 , n_samples = 300 , n_features...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_twoclass.html
    Tue Mar 17 03:44:39 UTC 2026
      16.4K bytes
      Cache
     
  10. TfidfTransformer — scikit-learn 1.8.0 documenta...

    array([[1, 1, 1, 1, 0, 1, 0, 0], [1, 2, 0, 1, 1, 1, 0, 0], [1, 0,...0, 0, 1, 0, 1, 1, 1], [1, 1, 1, 1, 0, 1, 0, 0]]) >>> pipe [ 'tfid'...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfTransformer.html
    Tue Mar 17 03:44:39 UTC 2026
      18.4K bytes
      Cache
     
Back to Top