Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 711 - 720 of 5,620 for * (3.18 sec)

  1. make_circles scikit-learn 1.7.2 documentation

    shape (100,) >>> list ( y [: 5 ]) [np.int64(1), np.int64(1), np.int64(1),...np.int64(1), np.int64(0), np.int64(0)] Gallery examples # Classifier...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_circles.html
    Wed Sep 10 13:46:53 UTC 2025
      116.2K bytes
      Cache
     
  2. plot_classifier_comparison.py

    = X[:, 0].min() - 0.5, X[:, 0].max() + 0.5 y_min, y_max = X[:,...X[:, 1].min() - 0.5, X[:, 1].max() + 0.5 # just plot the dataset...
    scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Wed Sep 10 13:46:56 UTC 2025
      4.8K bytes
      1 views
     
  3. plot_kmeans_digits.zip

    {n_features}") # %% # Define our evaluation benchmark # ---------- # #...# %% # Run the benchmark # ---------- # # We will compare three...
    scikit-learn.org/stable/_downloads/1393861b58df827d4c681b80a5be2472/plot_kmeans_digits.zip
    Wed Sep 10 13:46:53 UTC 2025
      15.5K bytes
     
  4. feature_selection.rst.txt

    = [[0, 0, 1], [0, 1, 0], [1, 0, 0], [0, 1, 1], [0, 1, 0], [0,....8))) >>> sel.fit_transform(X) array([[0, 1], [1, 0], [0, 0], [1,...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Wed Sep 10 13:46:53 UTC 2025
      14.5K bytes
      3 views
     
  5. Download Elastic Cloud on Kubernetes | Elastic

    create -f https://download.elastic.co/downloads/eck/3.1.0/crds.yaml...apply -f https://download.elastic.co/downloads/eck/3.1.0/operator.yaml...
    www.elastic.co/downloads/elastic-cloud-kubernetes
    Thu Sep 11 01:26:55 UTC 2025
      465K bytes
      Cache
     
  6. Ensemble methods scikit-learn 1.7.2 documenta...

    Boosting Out-of-Bag estimates Gradient Boosting Out-of-Bag estimates...bagging: bias-variance decomposition Two-class AdaBoost Two-class AdaBoost...
    scikit-learn.org/stable/auto_examples/ensemble/index.html
    Wed Sep 10 13:46:54 UTC 2025
      88.3K bytes
      Cache
     
  7. Decision Trees scikit-learn 1.7.2 documentation

    top Ctrl + K GitHub Choose version Decision Trees # Examples...Examples concerning the sklearn.tree module. Decision Tree Regression...
    scikit-learn.org/stable/auto_examples/tree/index.html
    Wed Sep 10 13:46:54 UTC 2025
      75.4K bytes
      Cache
     
  8. GradientBoostingClassifier scikit-learn 1.7.2...

    None , tol = 0.0001 , ccp_alpha = 0.0 ) [source] # Gradient Boosting...increase in bias. Values must be in the range (0.0, 1.0] . criterion...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Wed Sep 10 13:46:55 UTC 2025
      179.6K bytes
      Cache
     
  9. MLPRegressor scikit-learn 1.7.2 documentation

    function, returns f(x) = 1 / (1 + exp(-x)). tanh, the hyperbolic tan...function, returns f(x) = max(0, x) solver {lbfgs, sgd, adam’},...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Wed Sep 10 13:46:55 UTC 2025
      163K bytes
      Cache
     
  10. HalvingRandomSearchCV scikit-learn 1.7.2 docu...

    object (e.g., function) with signature scorer(estimator, X, y) ....param_distributions , * , n_candidates = 'exhaust' , factor = 3 , resource...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.HalvingRandomSearchCV.html
    Wed Sep 10 13:46:55 UTC 2025
      163.3K bytes
      Cache
      Similar Results (1)
     
Back to top