Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 851 - 860 of 3,200 for 2 (0.16 sec)

  1. ConvergenceWarning — scikit-learn 1.7.2 documen...

    Skip to main content Back to top Ctrl + K GitHub Choose version ConvergenceWarning # exception sklearn.exceptions. Co...
    scikit-learn.org/stable/modules/generated/sklearn.exceptions.ConvergenceWarning.html
    Thu Sep 18 09:36:17 UTC 2025
      104.1K bytes
      Cache
     
  2. TunedThresholdClassifierCV — scikit-learn 1.7.2...

    Gallery examples: Post-tuning the decision threshold for cost-sensitive learning Post-hoc tuning the cut-off point of decision function Release Highlights for scikit-learn 1.5
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html
    Thu Sep 18 09:36:18 UTC 2025
      148.2K bytes
      Cache
     
  3. DummyClassifier — scikit-learn 1.7.2 documentation

    Gallery examples: Multi-class AdaBoosted Decision Trees Post-tuning the decision threshold for cost-sensitive learning Detection error tradeoff (DET) curve Class Likelihood Ratios to measure classi...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html
    Thu Sep 18 09:36:18 UTC 2025
      142.6K bytes
      Cache
     
  4. UndefinedMetricWarning — scikit-learn 1.7.2 doc...

    Skip to main content Back to top Ctrl + K GitHub Choose version UndefinedMetricWarning # exception sklearn.exceptions...
    scikit-learn.org/stable/modules/generated/sklearn.exceptions.UndefinedMetricWarning.html
    Thu Sep 18 09:36:17 UTC 2025
      104.2K bytes
      Cache
     
  5. DataConversionWarning — scikit-learn 1.7.2 docu...

    Skip to main content Back to top Ctrl + K GitHub Choose version DataConversionWarning # exception sklearn.exceptions....
    scikit-learn.org/stable/modules/generated/sklearn.exceptions.DataConversionWarning.html
    Thu Sep 18 09:36:18 UTC 2025
      104.8K bytes
      Cache
     
  6. 7.5. Unsupervised dimensionality reduction — sc...

    2. Random projections # The module:...
    scikit-learn.org/stable/modules/unsupervised_reduction.html
    Thu Sep 18 09:36:17 UTC 2025
      35.9K bytes
      Cache
     
  7. Principal Component Regression vs Partial Least...

    n_samples ) / 2 fig , axes = plt . subplots ( 1 , 2 , figsize =...target. pca_2 = make_pipeline ( PCA ( n_components = 2 ), LinearRegression...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html
    Thu Sep 18 09:36:17 UTC 2025
      112.9K bytes
      Cache
     
  8. Feature importances with a forest of trees — sc...

    n_classes = 2 , random_state = 0 , shuffle =...max_depth None min_samples_split 2 min_samples_leaf 1 min_weight_fraction_leaf...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_importances.html
    Thu Sep 18 09:36:18 UTC 2025
      123.2K bytes
      Cache
     
  9. Prediction Intervals for Gradient Boosting Regr...

    exp ( sigma ** 2 / 2 ) y = expected_y + noise Split...learning_rate = [ 0.05 , 0.1 , 0.2 ], max_depth = [ 2 , 5 , 10 ], min_samples_leaf...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html
    Thu Sep 18 09:36:17 UTC 2025
      140.9K bytes
      Cache
     
  10. mean_gamma_deviance — scikit-learn 1.7.2 docume...

    = [ 2 , 0.5 , 1 , 4 ] >>> y_pred = [ 0.5 , 0.5 , 2. , 2. ] >>>...with the power parameter power=2 . It is invariant to scaling of...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_gamma_deviance.html
    Thu Sep 18 09:36:18 UTC 2025
      106.9K bytes
      Cache
     
Back to top