Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 211 - 220 of 3,451 for 1 (0.08 sec)

  1. set_config — scikit-learn 1.5.2 documentation

    Added in version 1.1. enable_cython_pairwise_dist...configuration setting. Added in version 1.1. array_api_dispatch bool, default=None...
    scikit-learn.org/stable/modules/generated/sklearn.set_config.html
    Thu Oct 31 11:00:32 UTC 2024
      118.9K bytes
      Cache
     
  2. randomized_svd — scikit-learn 1.5.2 documentation

    approximation problem described in [1] (problem (1.5), p5). Parameters : M...n_iter=0 or 1 should even work fine in theory (see [1] page 9)....
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.randomized_svd.html
    Wed Oct 30 20:01:21 UTC 2024
      116K bytes
      Cache
     
  3. coverage_error — scikit-learn 1.5.2 documentation

    y_true = [[ 1 , 0 , 0 ], [ 0 , 1 , 1 ]] >>> y_score = [[ 1 , 0 , 0...0 ], [ 0 , 1 , 1 ]] >>> coverage_error ( y_true , y_score ) np.float64(1.5)...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.coverage_error.html
    Thu Oct 31 11:00:34 UTC 2024
      107.1K bytes
      Cache
     
  4. make_friedman1 — scikit-learn 1.5.2 documentation

    Annals of Statistics 19 (1), pages 1-67, 1991. [ 2 ] L. Breiman,...[source] # Generate the “Friedman #1” regression problem. This dataset...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman1.html
    Thu Oct 31 11:00:32 UTC 2024
      109.4K bytes
      Cache
     
  5. Gradient Boosting regression — scikit-learn 1.5...

    subplot ( 1 , 1 , 1 ) plt . title ( "Deviance"...12 , 6 )) plt . subplot ( 1 , 2 , 1 ) plt . barh ( pos , feature_importance...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html
    Thu Oct 31 11:00:32 UTC 2024
      105.4K bytes
      Cache
     
  6. dcg_score — scikit-learn 1.5.2 documentation

    asarray ([[ 1 , 0 , 0 , 0 , 1 ]]) >>> # by default ties...to have a score between 0 and 1. References Wikipedia entry for...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.dcg_score.html
    Thu Oct 31 11:00:32 UTC 2024
      111.5K bytes
      Cache
     
  7. power_transform — scikit-learn 1.5.2 documentation

    [[-1.332... -0.707...] [ 0.256... -0.707...] [ 1.076... 1.414...]]...Available methods are: ‘yeo-johnson’ [1] , works with positive and negative...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.power_transform.html
    Wed Oct 30 00:20:47 UTC 2024
      111.6K bytes
      Cache
     
  8. Nystroem — scikit-learn 1.5.2 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...all strings. Added in version 1.0. See also AdditiveChi2Sampler...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.Nystroem.html
    Thu Oct 31 11:00:34 UTC 2024
      135.8K bytes
      Cache
     
  9. 2.1. Gaussian mixture models — scikit-learn 1.5...

    1.1. Gaussian Mixture # The GaussianMixture...models using a finite mixture. 2.1.2.1. The Dirichlet Process # Here...
    scikit-learn.org/stable/modules/mixture.html
    Thu Oct 31 11:00:32 UTC 2024
      58.9K bytes
      Cache
     
  10. Importance of Feature Scaling — scikit-learn 1....

    0 and 1,000; whereas the variable “hue” varies between 1 and 10....it has a standard deviation of 1 and a mean of 0. Even if tree...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html
    Thu Oct 31 11:00:34 UTC 2024
      117.9K bytes
      Cache
     
Back to top