Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 301 - 310 of 2,272 for 2 (0.09 sec)

  1. confusion_matrix — scikit-learn 1.7.0 documenta...

    = [ 2 , 0 , 2 , 2 , 0 , 1 ] >>> y_pred = [ 0 , 0 , 2 , 2 , 0...0 , 2 ] >>> confusion_matrix ( y_true , y_pred ) array([[2, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html
    Fri Jun 06 09:13:47 UTC 2025
      117.7K bytes
      Cache
     
  2. 1.7. Gaussian Processes — scikit-learn 1.7.0 do...

    log-transformed [[ -inf 2.30258509] [ -inf 2.30258509] [ -inf 2.30258509]]...\left(1 + \frac{d(x_i, x_j)^2}{2\alpha l^2}\right)^{-\alpha}\] The...
    scikit-learn.org/stable/modules/gaussian_process.html
    Fri Jun 06 09:13:47 UTC 2025
      84.5K bytes
      Cache
     
  3. preprocessing.rst.txt

    2. , 1. , 0.1], [4.4, 2.2, 1.1, 0.1], [4.4, 2.2, 1.2, 0.1],...:math:`(X_1, X_2)` to :math:`(1, X_1, X_2, X_1^2, X_1X_2, X_2^2)`. In...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Fri Jun 06 09:13:46 UTC 2025
      52.9K bytes
     
  4. mean_absolute_percentage_error — scikit-learn 1...

    2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>> m...1. , 0. , 2.4 , 7. ] >>> y_pred = [ 1.2 , 0.1 , 2.4 , 8. ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_absolute_percentage_error.html
    Fri Jun 06 09:13:47 UTC 2025
      112.6K bytes
      Cache
     
  5. RobustScaler — scikit-learn 1.7.0 documentation

    - 2. , 2. ], ... [ - 2. , 1. , 3. ], ... [ 4. , 1. , - 2. ]]...transform ( X ) array([[ 0. , -2. , 0. ], [-1. , 0. , 0.4], [ 1....
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.RobustScaler.html
    Fri Jun 06 09:13:47 UTC 2025
      134.3K bytes
      Cache
     
  6. TSNE — scikit-learn 1.7.0 documentation

    2 - 0.8. Angle less than 0.2 has quickly increasing...sklearn.manifold. TSNE ( n_components = 2 , * , perplexity = 30.0 , early_exaggeration...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html
    Fri Jun 06 09:13:47 UTC 2025
      142.6K bytes
      Cache
     
  7. mean_poisson_deviance — scikit-learn 1.7.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
    Fri Jun 06 09:13:47 UTC 2025
      108.1K bytes
      Cache
     
  8. ElasticNetCV — scikit-learn 1.7.0 documentation

    objective is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...it is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Fri Jun 06 09:13:46 UTC 2025
      166.7K bytes
      Cache
     
  9. plot_hgbt_regression.ipynb

    showcasing all points except 2 and 6 in a real life\nsetting.\n"...label=\"recorded average\", linewidth=2, ax=ax)\n\nfor idx, max_iter in...
    scikit-learn.org/stable/_downloads/cb9a8a373677fb481fe43a11d8fa0e94/plot_hgbt_regression.ipynb
    Fri Jun 06 09:13:47 UTC 2025
      20.2K bytes
      1 views
     
  10. MLPRegressor — scikit-learn 1.7.0 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...validation_fraction = 0.1 , beta_1 = 0.9 , beta_2 = 0.999 , epsilon = 1e-08 , n_iter_no_change...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Fri Jun 06 09:13:46 UTC 2025
      163.6K bytes
      Cache
     
Back to top