Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1041 - 1050 of over 10,000 for 2 (0.31 seconds)

  1. Forecasting of CO2 level on Mona Loa dataset us...

    co2_kernel 50**2 * RBF(length_scale=50) + 2**2 * RBF(length_scale=100)...GaussianProcessRegre(kernel=50**2 * RBF(length_scale=50) + 2**2 * RBF(length_scale=100)...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_co2.html
    Mon Feb 02 09:23:44 GMT 2026
      161.6K bytes
      Cache
     
  2. 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 Feb 02 09:23:44 GMT 2026
      108.2K bytes
      Cache
     
  3. LeavePGroupsOut — scikit-learn 1.8.0 docu...

    group=[2] Test: index=[0 2], group=[1 3] Fold 2: Train: index=[0],...([ 1 , 2 , 1 ]) >>> groups = np . array ([ 1 , 2 , 3 ])...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePGroupsOut.html
    Mon Feb 02 09:23:44 GMT 2026
      122.9K 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 Feb 02 09:23:44 GMT 2026
      151.1K bytes
      Cache
     
  5. Bunch — scikit-learn 1.8.0 documentation

    b = 2 ) >>> b [ 'b' ] 2 >>>...>>> b . b 2 >>> b . a = 3 >>> b [ 'a'...
    scikit-learn.org/stable/modules/generated/sklearn.utils.Bunch.html
    Mon Feb 02 09:23:44 GMT 2026
      119K bytes
      Cache
     
  6. d2_pinball_score — scikit-learn 1.8.0 doc...

    Notes Like \(R^2\) , \(D^2\) score may be negative (it...], [ 2 ], [ 3 ], [ 4 ]]) >>> y = np . array ([ 2.5 ,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_pinball_score.html
    Mon Feb 02 09:23:44 GMT 2026
      116.6K bytes
      Cache
     
  7. Model Complexity Influence — scikit-learn...

    "n_iter_no_change" : 2 , }, "changing_param"..."C" : 1e3 , "gamma" : 2 **- 15 }, "changing_param"...
    scikit-learn.org/stable/auto_examples/applications/plot_model_complexity_influence.html
    Mon Feb 02 09:23:44 GMT 2026
      125.7K 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])...
    scikit-learn.org/stable/modules/generated/dbscan-function.html
    Mon Feb 02 09:23:44 GMT 2026
      117.7K bytes
      Cache
     
  9. make_classification — scikit-learn 1.8.0 ...

    n_informative = 2 , n_redundant = 2 , n_repeated = 0 , n_classes = 2 , n_clusters_per_class...n_clusters_per_class = 2 , weights = None , flip_y = 0.01 , class_sep...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_classification.html
    Mon Feb 02 09:23:44 GMT 2026
      136.1K bytes
      Cache
     
  10. 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 Feb 02 09:23:44 GMT 2026
      143.5K bytes
      Cache
     
Back to Top