Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 261 - 270 of 2,618 for 2 (0.13 sec)

  1. cross_validation.rst.txt

    2, 2, 2, 2] >>> groups = [1, 1, 2, 2, 3, 3, 3] >>>...test)) [2 3] [0 1] [1 3] [0 2] [1 2] [0 3] [0 3] [1 2] [0 2] [1 3]...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Wed Aug 06 18:27:58 UTC 2025
      41.1K bytes
      6 views
     
  2. TheilSenRegressor — scikit-learn 1.7.1 document...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_samples = 200 , n_features = 2 , noise = 4.0 , random_state =...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.html
    Thu Aug 07 12:27:52 UTC 2025
      135.6K bytes
      1 views
      Cache
     
  3. MeFi Music

    volume posted by AppleSeed at 2:20 PM - 2 comments December 11 The...posted by moonmilk at 9:25 PM - 2 comments Unmarked State Post-rock...
    music.metafilter.com
    Fri Jul 11 00:56:22 UTC 2025
      130.1K bytes
      1 views
      Cache
     
  4. plot_classifier_comparison.rst.txt

    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/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Wed Aug 06 18:27:57 UTC 2025
      7.8K bytes
     
  5. mean_pinball_loss — scikit-learn 1.7.1 document...

    2 , 3 ] >>> mean_pinball_loss ( y_true , [ 0 , 2 , 3 ],...mean_pinball_loss ( y_true , [ 1 , 2 , 4 ], alpha = 0.1 ) 0.3... >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_pinball_loss.html
    Thu Aug 07 12:27:54 UTC 2025
      114.1K bytes
      Cache
     
  6. LassoCV — scikit-learn 1.7.1 documentation

    is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html
    Thu Aug 07 12:27:54 UTC 2025
      168.8K bytes
      Cache
     
  7. LabelBinarizer — scikit-learn 1.7.1 documentation

    2 , 6 , 4 , 2 ]) LabelBinarizer() >>>...array([0, 1, 2]) >>> lb . transform ([ 0 , 1 , 2 , 1 ]) array([[1,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelBinarizer.html
    Thu Aug 07 12:27:54 UTC 2025
      135.4K bytes
      Cache
     
  8. Nightly News with Tom Llamas: The Latest News S...

    on releasing debut album (Part 2) Nightly Films 11:37 Chrissy Metz...her own late-night show (Part 2) Nightly Films 06:01 Walker Hayes’...
    www.nbcnews.com/nightly-news
    Thu Aug 07 01:13:27 UTC 2025
      632.1K bytes
      Cache
     
  9. KNeighborsClassifier — scikit-learn 1.7.1 docum...

    array([[2]])) As you can see, it returns [[0.5]], and [[2]], which...'auto' , leaf_size = 30 , p = 2 , metric = 'minkowski' , metric_params...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Thu Aug 07 12:27:54 UTC 2025
      156K bytes
      Cache
     
  10. OneVsOneClassifier — scikit-learn 1.7.1 documen...

    X_test [: 10 ]) array([2, 1, 0, 2, 0, 2, 0, 1, 1, 1]) decision_function...n_classes * (n_classes - 1) / 2 classifiers, this method is usually...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html
    Thu Aug 07 12:27:52 UTC 2025
      142.2K bytes
      Cache
     
Back to top