Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 431 - 440 of over 10,000 for 2 (0.35 seconds)

  1. make_blobs — scikit-learn 1.8.0 documenta...

    2) >>> y array([0, 1, 2, 0, 2, 2, 2, 1, 1, 0])...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
    Mon Dec 22 11:58:31 GMT 2025
      129.1K bytes
      Cache
     
  2. LabelEncoder — scikit-learn 1.8.0 documen...

    2 , 2 , 6 ]) LabelEncoder() >>>...array([1, 2, 6]) >>> le . transform ([ 1 , 1 , 2 , 6 ])...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelEncoder.html
    Mon Dec 22 11:58:31 GMT 2025
      123.7K bytes
      Cache
     
  3. d2_tweedie_score — scikit-learn 1.8.0 doc...

    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
    Mon Dec 22 11:58:29 GMT 2025
      110.7K bytes
      Cache
     
  4. GroupShuffleSplit — scikit-learn 1.8.0 do...

    0: Train: index=[2 3 4 5 6 7], group=[2 2 2 3 3 3] Test: index=[0...3 3 3] Test: index=[2 3 4], group=[2 2 2] get_metadata_routing...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html
    Mon Dec 22 11:58:31 GMT 2025
      129K bytes
      Cache
     
  5. plot_release_highlights_1_7_0.rst.txt

    id="sk-estimator-id-2" type="checkbox" ><label for="sk-estimator-id-2" clas...#sk-container-id-2 pre { padding: 0; } #sk-container-id-2 input.sk-hidden--visually...
    scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_7_0.r...
    Fri Dec 05 17:52:54 GMT 2025
      66.3K bytes
     
  6. cluster_optics_xi &#8212; scikit-learn 1.8.0 do...

    2 ], [ 2 , 5 ], [ 3 , 6 ], ... [ 8...samples (rounded to be at least 2). min_cluster_size int &gt; 1...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.cluster_optics_xi.html
    Mon Dec 22 11:58:31 GMT 2025
      113.3K bytes
      Cache
     
  7. VotingClassifier &#8212; scikit-learn 1.8.0 doc...

    [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...3 , 2 ]]) &gt;&gt;&gt; y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingClassifier.html
    Mon Dec 22 11:58:31 GMT 2025
      153.4K bytes
      Cache
     
  8. make_friedman2 &#8212; scikit-learn 1.8.0 docum...

    0 ] ** 2 + ( X [:, 1 ] * X [:, 2 ] - 1 / ( X [:, 1...[source] # Generate the “Friedman #2” regression problem. This dataset...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman2.html
    Mon Dec 22 11:58:31 GMT 2025
      111.1K bytes
      Cache
     
  9. Cluster analysis in R - IBM Developer

    diag( 2 ) * c( 2 , 1 ))) %&gt;% mutate( class...diag( 2 ) * c( 1 , 3 ))) %&gt;% mutate( class =factor( 2 )) cluster3...
    developer.ibm.com/tutorials/awb-cluster-analysis-in-r/
    Mon Dec 22 12:21:28 GMT 2025
      757K bytes
      Cache
     
  10. r2_score &#8212; scikit-learn 1.8.0 documentation

    = [ - 2 , - 2 , - 2 ] &gt;&gt;&gt; y_pred = [ - 2 , - 2 , - 2...= [ - 2 , - 2 , - 2 ] &gt;&gt;&gt; y_pred = [ - 2 , - 2 , - 2...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html
    Mon Dec 22 11:58:31 GMT 2025
      121.7K bytes
      Cache
     
Back to Top