Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 291 - 300 of 2,947 for 1 (0.9 sec)

  1. BaggingRegressor — scikit-learn 1.6.1 documenta...

    max_samples = 1.0 , max_features = 1.0 , bootstrap = True...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingRegressor.html
    Sat Apr 19 00:31:21 UTC 2025
      148.7K bytes
      Cache
     
  2. clone — scikit-learn 1.6.1 documentation

    >>> X = [[ - 1 , 0 ], [ 0 , 1 ], [ 0 , - 1 ], [ 1 , 0 ]] >>> y...y = [ 0 , 0 , 1 , 1 ] >>> classifier = LogisticRegression ()...
    scikit-learn.org/stable/modules/generated/sklearn.base.clone.html
    Sat Apr 19 00:31:21 UTC 2025
      109.2K bytes
      Cache
     
  3. ARDRegression — scikit-learn 1.6.1 documentation

    [ 1 , 1 ], [ 2 , 2 ]], [ 0 , 1 , 2 ]) ARDRegression()...>>> clf . predict ([[ 1 , 1 ]]) array([1.]) fit ( X , y ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ARDRegression.html
    Sat Apr 19 00:31:20 UTC 2025
      141.6K bytes
      Cache
     
  4. DecisionBoundaryDisplay — scikit-learn 1.6.1 do...

    Added in version 1.1. Parameters : xx0 ndarray of...iris . data [:, 1 ] . min (), iris . data [:, 1 ] . max ()) ......
    scikit-learn.org/stable/modules/generated/sklearn.inspection.DecisionBoundaryDisplay.html
    Sat Apr 19 00:31:22 UTC 2025
      151.7K bytes
      Cache
     
  5. SkewedChi2Sampler — scikit-learn 1.6.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 Apr 19 00:31:22 UTC 2025
      130.2K bytes
      Cache
     
  6. Feature transformations with ensembles of trees...

    feature values for these leaves to 1 and the other feature values to..., 0.2 ) ax . set_ylim ( 0.8 , 1 ) _ = ax . set_title ( "ROC curve...
    scikit-learn.org/stable/auto_examples/ensemble/plot_feature_transformation.html
    Sat Apr 19 00:31:20 UTC 2025
      152.2K bytes
      Cache
     
  7. trustworthiness — scikit-learn 1.6.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 Apr 19 00:31:22 UTC 2025
      111.4K bytes
      Cache
     
  8. PoissonRegressor — scikit-learn 1.6.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 Apr 19 00:31:21 UTC 2025
      140.3K bytes
      Cache
     
  9. DummyClassifier — scikit-learn 1.6.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 Apr 19 00:31:22 UTC 2025
      142.7K bytes
      Cache
     
  10. GaussianMixture — scikit-learn 1.6.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 Apr 19 00:31:21 UTC 2025
      150.8K bytes
      Cache
     
Back to top