Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 831 - 840 of 2,621 for 2 (0.14 sec)

  1. Ensemble methods — scikit-learn 1.5.2 documenta...

    Examples concerning the sklearn.ensemble module. Categorical Feature Support in Gradient Boosting Combine predictors using stacking Comparing Random Forests and Histogram Gradient Boosting models C...
    scikit-learn.org/stable/auto_examples/ensemble/index.html
    Thu Sep 19 14:56:26 UTC 2024
      92.1K bytes
      Cache
     
  2. Decision Trees — scikit-learn 1.5.2 documentation

    Examples concerning the sklearn.tree module. Decision Tree Regression Multi-output Decision Tree Regression Plot the decision surface of decision trees trained on the iris dataset Post pruning deci...
    scikit-learn.org/stable/auto_examples/tree/index.html
    Thu Sep 19 14:56:28 UTC 2024
      78.5K bytes
      Cache
     
  3. Multioutput methods — scikit-learn 1.5.2 docume...

    Examples concerning the sklearn.multioutput module. Multilabel classification using a classifier chain
    scikit-learn.org/stable/auto_examples/multioutput/index.html
    Thu Sep 19 14:56:27 UTC 2024
      76.2K bytes
      Cache
     
  4. Monotonic Constraints — scikit-learn 1.5.2 docu...

    This example illustrates the effect of monotonic constraints on a gradient boosting estimator. We build an artificial dataset where the target value is in general positively correlated with the fir...
    scikit-learn.org/stable/auto_examples/ensemble/plot_monotonic_constraints.html
    Thu Sep 19 14:56:28 UTC 2024
      119.4K bytes
      Cache
     
  5. Multiclass methods — scikit-learn 1.5.2 documen...

    Examples concerning the sklearn.multiclass module. Overview of multiclass training meta-estimators
    scikit-learn.org/stable/auto_examples/multiclass/index.html
    Thu Sep 19 14:56:26 UTC 2024
      76.1K bytes
      Cache
     
  6. is_classifier — scikit-learn 1.5.2 documentation

    Skip to main content Back to top Ctrl + K GitHub is_classifier # sklearn.base. is_classifier ( estimator ) [source] #...
    scikit-learn.org/stable/modules/generated/sklearn.base.is_classifier.html
    Thu Sep 19 14:56:27 UTC 2024
      104.9K bytes
      Cache
     
  7. Dataset examples — scikit-learn 1.5.2 documenta...

    Examples concerning the sklearn.datasets module. Plot randomly generated classification dataset Plot randomly generated multilabel dataset The Digit Dataset The Iris Dataset
    scikit-learn.org/stable/auto_examples/datasets/index.html
    Thu Sep 19 14:56:28 UTC 2024
      77.9K bytes
      Cache
     
  8. 1.11. Ensembles: Gradient boosting, random fore...

    make_hastie_10_2 >>> X , y = make_hastie_10_2 ( random_state...x_1' \implies F(x_1, x_2) \leq F(x_1', x_2)\] a monotonic decrease...
    scikit-learn.org/stable/modules/ensemble.html
    Thu Sep 19 14:56:28 UTC 2024
      233K bytes
      Cache
     
  9. Gaussian Mixture Model Selection — scikit-learn...

    2 ), C ) # general component_2 = 0.7 * np . random...scatter ( component_2 [:, 0 ], component_2 [:, 1 ], s = 0.8 )...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_selection.html
    Thu Sep 19 14:56:28 UTC 2024
      121.8K bytes
      Cache
     
  10. Various Agglomerative Clustering on a 2D embedd...

    SpectralEmbedding ( n_components = 2 ) . fit_transform ( X ) print...
    scikit-learn.org/stable/auto_examples/cluster/plot_digits_linkage.html
    Thu Sep 19 14:56:27 UTC 2024
      91.4K bytes
      Cache
     
Back to top