Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1151 - 1160 of over 10,000 for 2 (0.23 seconds)

Filter
  1. plot_multi_metric_evaluation.ipynb

    param_grid={\"min_samples_split\": range(2, 403, 20)},\n scoring=scoring,\n...scoring=scoring,\n refit=\"AUC\",\n n_jobs=2,\n return_train_score=True,\n)\ngs.fit(X,...
    scikit-learn.org/stable/_downloads/f57e1ee55d4c7a51949d5c26b3af07bb/plot_multi_metric_evaluation....
    Tue Mar 17 03:44:39 UTC 2026
      1.8K bytes
     
  2. inplace_row_scale — scikit-learn 1.8.0 do...

    2 , 5 , 6 ]) >>> scale = np . array ([ 2 , 3 ,...>>> indptr = np . array ([ 0 , 2 , 3 , 4 , 5 ]) >>> indices...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_row_scale.html
    Mon Feb 02 09:23:44 UTC 2026
      109.1K bytes
      Cache
     
  3. Illustration of prior and posterior Gaussian pr...

    0 ] - 2.5 ) ** 2 ) n_samples = 5 Kernel cookbook...0.799**2 * ExpSineSquared(length_scale=0.791, periodicity=2.87)...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_prior_posterior.html
    Tue Mar 17 03:44:39 UTC 2026
      18.4K bytes
      Cache
     
  4. RepeatedStratifiedKFold — scikit-learn 1.8.0 do...

    index=[1 2] Fold 2: Train: index=[1 3] Test: index=[0 2] Fold 3:...np . array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Tue Mar 17 03:44:39 UTC 2026
      15.2K bytes
      Cache
     
  5. Install Node.js, npm, and VS Code

    2 ... Downloading https: //nodejs.org/dist/v8.11.2/node...11 . 2 (npm v5. 6 . 0 ) Ix :~ sperry$ node -v v8 . 11 . 2 Ix :~...
    developer.ibm.com/tutorials/learn-nodejs-installing-node-nvm-and-vscode/
    Tue Feb 17 06:28:06 UTC 2026
      147.8K bytes
      Cache
     
  6. LabelEncoder — scikit-learn 1.8.0 documentation

    array([2, 2, 1]...) >>> list ( le . inverse_transform ([ 2 , 2 ,...LabelEncoder () >>> le . fit ([ 1 , 2 , 2 , 6 ]) LabelEncoder() >>> le...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelEncoder.html
    Tue Mar 17 03:44:39 UTC 2026
      14.7K bytes
      Cache
     
  7. make_blobs — scikit-learn 1.8.0 documentation

    2) >>> y array([0, 1, 2, 0, 2, 2, 2, 1, 1, 0]) Gallery...shape ) (10, 2) >>> y array([0, 0, 1, 0, 2, 2, 2, 1, 1, 0]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_blobs.html
    Tue Mar 17 03:44:37 UTC 2026
      17.2K bytes
      Cache
     
  8. d2_tweedie_score — scikit-learn 1.8.0 documenta...

    Like R^2, D^2 score may be negative (it need..., power = 0 ) [source] # \(D^2\) regression score function, fraction...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_tweedie_score.html
    Tue Mar 17 03:44:39 UTC 2026
      13.9K bytes
      Cache
     
  9. GroupKFold — scikit-learn 1.8.0 documentation

    Fold 0: Train: index=[2 3], group=[2 2] Test: index=[0 1 4 5],...group=[0 0 3 3] Test: index=[2 3], group=[2 2] get_metadata_routing...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Tue Mar 17 03:44:39 UTC 2026
      16.2K bytes
      Cache
     
  10. Curve Fitting with Bayesian Ridge Regression — ...

    sin ( 2 * np . pi * x ) size = 25 rng..., axes = plt . subplots ( 1 , 2 , figsize = ( 8 , 4 )) for i ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html
    Tue Mar 17 03:44:39 UTC 2026
      16.6K bytes
      Cache
     
Back to Top