Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1031 - 1040 of over 10,000 for 2 (0.43 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. linear_model.rst.txt

    \frac{n}{2} \log(2 \pi) - \frac{n}{2} \log(\sigma^2) - \frac{\sum_{i=1}^{n}...- \hat{y}_i)^2}{2\sigma^2} where :math:`\sigma^2` is an estimate...
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Mon Mar 23 20:39:23 UTC 2026
      25.5K bytes
      1 views
     
  3. d2_log_loss_score — scikit-learn 1.8.0 document...

    Like R^2, D^2 score may be negative (it need...labels = None ) [source] # \(D^2\) score function, fraction of...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_log_loss_score.html
    Mon Mar 23 20:39:23 UTC 2026
      13.4K bytes
      Cache
     
  4. 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
     
  5. 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
     
  6. 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
     
  7. 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
     
  8. 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
     
  9. 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
     
  10. 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
     
Back to Top