Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1271 - 1280 of 9,498 for 2 (0.36 seconds)

  1. plot_release_highlights_1_8_0.rst.txt

    id="sk-estimator-id-2" type="checkbox" ><label for="sk-estimator-id-2" clas...)) ax2 = fig.add_subplot(1, 2, 2) x2, y2 = S_scaling.T ax2.scatter(x2,...
    scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_8_0.r...
    Mon Dec 15 15:02:33 GMT 2025
      63.4K bytes
     
  2. Optimize Spring Boot applications using minifie...

    final container image (Phase 2, Step 2), but that will not populate...case we used spring-petclinic-2.1.0.BUILD-SNAPSHOT_openliberty.jar...
    developer.ibm.com/articles/modernize-and-optimize-spring-boot-applications/
    Mon Jan 12 12:29:41 GMT 2026
      750.1K bytes
      Cache
     
  3. 6. Visualizations &#8212; scikit-learn 1.8.0 do...

    return_X_y = True ) y = y == 2 # make binary X_train , X_test...return_X_y = True ) y = y == 2 # make binary X_train , X_test...
    scikit-learn.org/stable/visualizations.html
    Mon Jan 12 10:07:40 GMT 2026
      50.1K bytes
      Cache
     
  4. gen_even_slices &#8212; scikit-learn 1.8.0 docu...

    2, None), slice(2, 4, None), ..., slice(8,...[slice(0, 1, None), slice(1, 2, None), ..., slice(9, 10, None)]...
    scikit-learn.org/stable/modules/generated/sklearn.utils.gen_even_slices.html
    Mon Dec 29 13:14:49 GMT 2025
      109.6K bytes
      Cache
     
  5. Release Highlights for scikit-learn 1.5 &#8212;...

    nothing; each false negative costs 2; each false positive costs 0.1....&quot;all&quot; ) . ravel () return tp - 2 * fn - 0.1 * fp print ( &quot;Untuned...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html
    Mon Jan 12 10:07:38 GMT 2026
      123K bytes
      Cache
     
  6. 아카이브

    2 11.1 11.0 10.3 10.2 10.1 10.0 9.4 9.3 9.2 9.1 9.0 8.0...I/F Doc 11.2 11.1 11.0 10.3 10.2 10.1 10.0 9.4 9.3 9.2 9.1 9.0 8.0...
    fess.codelibs.org/ko/archives.html
    Sun Jan 11 02:48:24 GMT 2026
      324.5K bytes
      Cache
     
  7. RandomForestClassifier &#8212; scikit-learn 1.8...

    min_samples_split = 2 , min_samples_leaf = 1 , min_...min_samples_split int or float, default=2 The minimum number of samples...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html
    Mon Jan 12 10:07:40 GMT 2026
      181.3K bytes
      Cache
     
  8. pairwise_distances_chunked &#8212; scikit-learn...

    2 &gt;&gt;&gt; def reduce_func (...[array([0, 3]), array([1]), array([2]), array([0, 3]), array([4])]...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances_chunked.html
    Mon Jan 12 10:07:38 GMT 2026
      118.6K bytes
      Cache
     
  9. LeavePOut &#8212; scikit-learn 1.8.0 documentation

    3] Test: index=[0 2] Fold 2: Train: index=[1 2] Test: index=[0...([ 1 , 2 , 3 , 4 ]) &gt;&gt;&gt; lpo = LeavePOut ( 2 ) &gt;&gt;&gt;...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html
    Mon Jan 12 10:07:41 GMT 2026
      117.1K bytes
      Cache
     
  10. 1.13. Feature selection &#8212; scikit-learn 1....

    2. Univariate feature selection...SelectKBest ( f_classif , k = 2 ) . fit_transform ( X , y ) &gt;&gt;&gt;...
    scikit-learn.org/stable/modules/feature_selection.html
    Mon Jan 12 10:07:38 GMT 2026
      73.8K bytes
      Cache
     
Back to Top