Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1101 - 1110 of over 10,000 for 2 (0.64 seconds)

  1. grid_search.rst.txt

    +--------- | 3 * 2 = 6 | 70 // 2 = 35 | +--------- | 6 * 2 = 12 | 35...35 // 2 = 17 | +--------- | 12 * 2 = 24 | 17 // 2 = 8 | +---------...
    scikit-learn.org/stable/_sources/modules/grid_search.rst.txt
    Mon Feb 23 17:51:56 GMT 2026
      33.4K bytes
     
  2. additive_chi2_kernel — scikit-learn 1.8.0...

    -2.], [-2., -1.]]) On this page This...given by: k(x, y) = -Sum [(x - y)^2 / (x + y)] It can be interpreted...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.additive_chi2_kernel.html
    Mon Mar 02 11:09:51 GMT 2026
      109.1K bytes
      Cache
     
  3. make_moons — scikit-learn 1.8.0 documenta...

    2 , random_state = 42 ) >>> X . shape (200, 2) >>>...n_samples int or tuple of shape (2,), dtype=int, default=100 If int,...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_moons.html
    Mon Mar 02 11:09:51 GMT 2026
      114.3K bytes
      Cache
     
  4. LinearRegression — scikit-learn 1.8.0 doc...

    2 ], [ 2 , 2 ], [ 2 , 3 ]]) >>>...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 02 11:09:51 GMT 2026
      151.1K bytes
      Cache
     
  5. d2_log_loss_score — scikit-learn 1.8.0 do...

    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 02 11:09:51 GMT 2026
      108.2K bytes
      Cache
     
  6. 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])...
    scikit-learn.org/stable/modules/generated/dbscan-function.html
    Mon Mar 02 11:09:52 GMT 2026
      117.7K bytes
      Cache
     
  7. RationalQuadratic — scikit-learn 1.8.0 do...

    x_j)^2 }{ 2\alpha l^2}\right)^{-\alpha}\] where...>>> gpc . predict_proba ( X [: 2 ,:]) array([[0.8881, 0.0566, 0.05518],...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.RationalQuadratic.html
    Mon Mar 02 11:09:52 GMT 2026
      127.6K bytes
      Cache
     
  8. TransformedTargetRegressor — scikit-learn...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...The function needs to return a 2-dimensional array. inverse_func...
    scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.html
    Mon Mar 02 11:09:51 GMT 2026
      143.5K bytes
      Cache
     
  9. make_biclusters — scikit-learn 1.8.0 docu...

    shape (2, 10) >>> cols . shape (2, 20) Gallery...shape = ( 10 , 20 ), n_clusters = 2 , random_state = 42 ... ) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_biclusters.html
    Mon Mar 02 11:09:52 GMT 2026
      111.2K bytes
      Cache
     
  10. ParameterGrid — scikit-learn 1.8.0 docume...

    'a' : 2 , 'b' : True }, { 'a' : 2 , 'b'...param_grid = { 'a' : [ 1 , 2 ], 'b' : [ True , False...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterGrid.html
    Mon Mar 02 11:09:53 GMT 2026
      110.7K bytes
      Cache
     
Back to Top