Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 891 - 900 of 9,498 for 2 (0.22 seconds)

  1. 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
    Mon Jan 12 10:07:41 GMT 2026
      7.8K bytes
     
  2. BayesianRidge — scikit-learn 1.8.0 docume...

    [ 2 , 2 ]], [ 0 , 1 , 2 ]) BayesianRidge() >>>...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.BayesianRidge.html
    Mon Jan 12 10:07:40 GMT 2026
      150K bytes
      Cache
     
  3. Plot the decision surface of decision trees tra...

    2 ], [ 0 , 3 ], [ 1 , 2 ], [ 1 , 3 ], [ 2 , 3 ]]): #...boundary ax = plt . subplot ( 2 , 3 , pairidx + 1 ) plt . tight_layout...
    scikit-learn.org/stable/auto_examples/tree/plot_iris_dtc.html
    Mon Jan 12 10:07:40 GMT 2026
      95.5K bytes
      Cache
     
  4. LassoLarsIC — scikit-learn 1.8.0 document...

    [[ - 2 , 2 ], [ - 1 , 1 ], [ 0 , 0 ], [ 1 , 1 ], [ 2 , 2 ]] >>>...>>> y = [ - 2.2222 , - 1.1111 , 0 , - 1.1111 , - 2.2222 ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsIC.html
    Mon Jan 12 10:07:41 GMT 2026
      146.5K bytes
      Cache
     
  5. auto_examples_python.zip

    - l / 2.0) ** 2 + (y - l / 2.0) ** 2 < (l / 2.0) ** 2 mask =...+ 1, figsize=(4 * 2.2, n_classifiers * 2.2), ) evaluation_results...
    scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
    Mon Dec 29 13:14:48 GMT 2025
      1.7M bytes
     
  6. inplace_csr_column_scale &#8212; scikit-learn 1...

    2 , 2 ]) &gt;&gt;&gt; data = np . array ([ 8 , 1 , 2 , 5...&gt;&gt;&gt; scale = np . array ([ 2 , 3 , 2 ]) &gt;&gt;&gt; csr = sparse...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs.inplace_csr_column_scale.html
    Mon Dec 29 13:14:48 GMT 2025
      109K bytes
      Cache
     
  7. Plot randomly generated multilabel dataset &#82...

    1500 * p_c ** 2 , color = COLORS . take ([ 1 , 2 , 4 ]), ) ax...means the class is present: 1 2 3 Color Y N N Red N Y N Blue N...
    scikit-learn.org/stable/auto_examples/datasets/plot_random_multilabel_dataset.html
    Mon Jan 12 10:07:38 GMT 2026
      96.8K bytes
      Cache
     
  8. IsolationForest example &#8212; scikit-learn 1....

    2 ) @ covariance + np . array ([ 2 , 2 ]) # general...randn ( n_samples , 2 ) + np . array ([ - 2 , - 2 ]) # spherical outliers...
    scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html
    Mon Jan 12 10:07:40 GMT 2026
      134.3K bytes
      Cache
     
  9. auc &#8212; scikit-learn 1.8.0 documentation

    2 , 2 ]) &gt;&gt;&gt; y_score = np...y_true , y_score , pos_label = 2 ) &gt;&gt;&gt; metrics . auc (...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.auc.html
    Mon Jan 12 10:07:40 GMT 2026
      113.5K bytes
      Cache
     
  10. OneVsOneClassifier &#8212; scikit-learn 1.8.0 d...

    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
    Mon Jan 12 10:07:41 GMT 2026
      142.9K bytes
      Cache
     
Back to Top