Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 461 - 470 of 3,230 for 1 (0.11 sec)

  1. OneVsRestClassifier — scikit-learn 1.7.1 docume...

    as a 2D binary (0/1) matrix, where [i, j] == 1 indicates the presence...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsRestClassifier.html
    Sat Aug 02 00:15:38 UTC 2025
      150.6K bytes
      Cache
     
  2. SkewedChi2Sampler — scikit-learn 1.7.1 document...

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...SkewedChi2Sampler ( * , skewedness = 1.0 , n_components = 100 , random_state...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.SkewedChi2Sampler.html
    Sat Aug 02 00:15:35 UTC 2025
      129.8K bytes
      Cache
     
  3. Monotonic Constraints — scikit-learn 1.7.1 docu...

    monotonic_cst = { "f_0" : 1 , "f_1" : - 1 } ) . fit ( X_df , y )...) f_1 = rng . rand ( n_samples ) X = np . c_ [ f_0 , f_1 ] noise...
    scikit-learn.org/stable/auto_examples/ensemble/plot_monotonic_constraints.html
    Sat Aug 02 00:15:37 UTC 2025
      145.3K bytes
      Cache
     
  4. PoissonRegressor — scikit-learn 1.7.1 documenta...

    predict ([[ 1 , 1 ], [ 3 , 4 ]]) array([10.676,...PoissonRegressor ( * , alpha = 1.0 , fit_intercept = True , solver...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PoissonRegressor.html
    Sat Aug 02 00:15:38 UTC 2025
      139.5K bytes
      Cache
     
  5. DummyClassifier — scikit-learn 1.7.1 documentation

    ([ - 1 , 1 , 1 , 1 ]) >>> y = np . array ([ 0 , 1 , 1 , 1 ]) >>>...dummy_clf . predict ( X ) array([1, 1, 1, 1]) >>> dummy_clf . score (...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html
    Sat Aug 02 00:15:38 UTC 2025
      142.7K bytes
      Cache
     
  6. trustworthiness — scikit-learn 1.7.1 documentation

    1]. It is defined as \[T(k) = 1 - \frac{2}{nk (2n...(2n - 3k - 1)} \sum^n_{i=1} \sum_{j \in \mathcal{N}_{i}^{k}}...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.trustworthiness.html
    Sat Aug 02 00:15:36 UTC 2025
      111K bytes
      Cache
     
  7. VarianceThreshold — scikit-learn 1.7.1 document...

    1 , 4 , 3 ], [ 0 , 1 , 1 , 3 ]] >>> selector...fit_transform ( X ) array([[2, 0], [1, 4], [1, 1]]) fit ( X , y = None )...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.VarianceThreshold.html
    Sat Aug 02 00:15:38 UTC 2025
      130.4K bytes
      Cache
     
  8. GaussianMixture — scikit-learn 1.7.1 documentation

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], [ 10 , 2 ],...GaussianMixture ( n_components = 1 , * , covariance_type = 'full'...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html
    Sat Aug 02 00:15:36 UTC 2025
      152K bytes
      Cache
     
  9. TheilSenRegressor — scikit-learn 1.7.1 document...

    since version 1.6: copy_X was deprecated in 1.6 and will be removed...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.html
    Sat Aug 02 00:15:36 UTC 2025
      135.6K bytes
      1 views
      Cache
     
  10. compute_class_weight — scikit-learn 1.7.1 docum...

    compute_class_weight >>> y = [ 1 , 1 , 1 , 1 , 0 , 0 ] >>> compute_class_weight...unique ( y ), y = y ) array([1.5 , 0.75]) On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.utils.class_weight.compute_class_weight.html
    Sat Aug 02 00:15:38 UTC 2025
      108.3K bytes
      Cache
     
Back to top