Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 951 - 960 of over 10,000 for 2 (6.37 seconds)

Filter
  1. Gradient Boosting regression — scikit-learn 1.8...

    2 , 2 ) # `labels` argument in boxplot...permutation methods identify the same 2 strongly predictive features but...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html
    Mon Mar 23 20:39:20 UTC 2026
      17.9K bytes
      Cache
     
  2. johnson_lindenstrauss_min_dim — scikit-learn 1....

    ||u - v||^2 < ||p(u) - p(v)||^2 < (1 + eps) ||u - v||^2 Where u...>= 4 log(n_samples) / (eps^2 / 2 - eps^3 / 3) Note that the number...
    scikit-learn.org/stable/modules/generated/sklearn.random_projection.johnson_lindenstrauss_min_dim...
    Mon Mar 23 20:39:21 UTC 2026
      14.2K bytes
      Cache
     
  3. kmeans_plusplus — scikit-learn 1.8.0 documentation

    2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...n_clusters = 2 , random_state = 0 ) >>> centers array([[10, 2], [ 1,...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.kmeans_plusplus.html
    Mon Mar 23 20:39:23 UTC 2026
      14K bytes
      Cache
     
  4. hamming_loss — scikit-learn 1.8.0 documentation

    2 , 3 , 4 ] >>> y_true = [ 2 , 2 , 3 , 4 ] >>>...[ 1 , 1 ]]), np . zeros (( 2 , 2 ))) 0.75 Gallery examples #...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hamming_loss.html
    Mon Mar 23 20:39:21 UTC 2026
      14.3K bytes
      Cache
     
  5. mean_poisson_deviance — scikit-learn 1.8.0 docu...

    y_true = [ 2 , 0 , 1 , 4 ] >>> y_pred = [ 0.5 , 0.5 , 2. , 2. ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_poisson_deviance.html
    Mon Mar 23 20:39:23 UTC 2026
      13.4K bytes
      Cache
     
  6. LinearRegression — scikit-learn 1.8.0 documenta...

    2 ], [ 2 , 2 ], [ 2 , 3 ]]) >>> # y = 1 * x_0 + 2 * x_1...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LinearRegression.html
    Mon Mar 23 20:39:21 UTC 2026
      19.7K bytes
      Cache
     
  7. Archiv

    herunterladen Methode 2: Repository mit Git klonen Schritt 2: Überprüfung...herunterladen Methode 2: Repository mit Git klonen Schritt 2: Überprüfung...
    fess.codelibs.org/de/archives.html
    Mon Mar 23 02:51:09 UTC 2026
      480.1K bytes
      Cache
     
  8. dbscan — scikit-learn 1.8.0 documentation

    2 ], [ 2 , 2 ], [ 2 , 3 ], [ 8 , 7 ], [ 8...min_samples = 2 ) >>> core_samples array([0, 1, 2, 3, 4]) >>> labels...
    scikit-learn.org/stable/modules/generated/dbscan-function.html
    Mon Mar 23 20:39:23 UTC 2026
      15.8K bytes
      Cache
     
  9. QuantileRegressor — scikit-learn 1.8.0 document...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_samples , n_features = 10 , 2 >>> rng = np . random . RandomState...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.QuantileRegressor.html
    Mon Mar 23 20:39:21 UTC 2026
      17.2K bytes
      Cache
     
  10. Plot the decision surfaces of ensembles of tree...

    2 , w_pad = 0.2 , pad = 2.5 ) plt . show ()...pair in ([ 0 , 1 ], [ 0 , 2 ], [ 2 , 3 ]): for model in models...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_iris.html
    Mon Mar 23 20:39:20 UTC 2026
      18.1K bytes
      Cache
     
Back to Top