Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 291 - 300 of 2,274 for 2 (0.07 sec)

  1. IsotonicRegression — scikit-learn 1.7.0 documen...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...Operations Research Vol. 14, No. 2 (May, 1989), pp. 303-308 Isotone...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.IsotonicRegression.html
    Fri Jun 06 09:13:47 UTC 2025
      146K bytes
      Cache
     
  2. rand_score — scikit-learn 1.7.0 documentation

    of Classification 2, 193–218 (1985). . [ 2 ] Wikipedia: Simple...predicted and true clusterings [1] [2] . The raw RI score [3] is: RI...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.rand_score.html
    Fri Jun 06 09:13:47 UTC 2025
      110.6K bytes
      Cache
     
  3. QuantileRegressor — scikit-learn 1.7.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
    Fri Jun 06 09:13:46 UTC 2025
      139.3K bytes
      Cache
     
  4. available_if — scikit-learn 1.7.0 documentation

    x % 2 == 0 ... ... @available_if ( _x_is_even..."say_hello" ) False >>> obj . x = 2 >>> hasattr ( obj , "say_hello"...
    scikit-learn.org/stable/modules/generated/sklearn.utils.metaestimators.available_if.html
    Fri Jun 06 09:13:47 UTC 2025
      109K bytes
      2 views
      Cache
     
  5. plot_classifier_comparison.py

    make_classification( n_features=2, n_redundant=0, n_informative=2, random_state=1,...rng = np.random.RandomState(2) X += 2 * rng.uniform(size=X.shape)...
    scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Fri Jun 06 09:13:46 UTC 2025
      4.8K bytes
      1 views
     
  6. StratifiedShuffleSplit — scikit-learn 1.7.0 doc...

    2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 ,...Test: index=[0 2 3] Fold 2: Train: index=[5 0 2] Test: index=[4...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html
    Fri Jun 06 09:13:46 UTC 2025
      122.5K bytes
      Cache
     
  7. v_measure_score — scikit-learn 1.7.0 documentation

    2 ], [ 0 , 0 , 1 , 1 ])) 0.8 >>>...% v_measure_score ([ 0 , 1 , 2 , 3 ], [ 0 , 0 , 1 , 1 ])) 0.67...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.v_measure_score.html
    Fri Jun 06 09:13:47 UTC 2025
      121.5K bytes
      Cache
     
  8. pydata-sphinx-theme.css

    g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutte....g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-...
    scikit-learn.org/stable/_static/styles/pydata-sphinx-theme.css
    Fri Jun 06 09:13:46 UTC 2025
      382.1K bytes
     
  9. LinearRegression — scikit-learn 1.7.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
    Fri Jun 06 09:13:47 UTC 2025
      151.7K bytes
      Cache
     
  10. linear_model.rst.txt

    x_1 + w_2 x_2 + w_3 x_1 x_2 + w_4 x_1^2 + w_5 x_2^2 The (sometimes...:math:`[x_1, x_2]` to :math:`[1, x_1, x_2, x_1^2, x_1 x_2, x_2^2]`, and...
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Fri Jun 06 09:13:48 UTC 2025
      78.8K bytes
      9 views
     
Back to top