Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1121 - 1130 of over 10,000 for 2 (1.33 seconds)

  1. mean_absolute_percentage_error — scikit-l...

    2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>>..., 0. , 2.4 , 7. ] >>> y_pred = [ 1.2 , 0.1 , 2.4 , 8....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_absolute_percentage_error.html
    Mon Mar 02 11:09:53 GMT 2026
      113.1K bytes
      Cache
     
  2. kmeans_plusplus — scikit-learn 1.8.0 docu...

    2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...array([[10, 2], [ 1, 0]]) >>> indices array([3, 2]) Gallery...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.kmeans_plusplus.html
    Mon Mar 02 11:09:51 GMT 2026
      111.7K bytes
      Cache
     
  3. Importance of Feature Scaling — scikit-le...

    section we select a subset of 2 features that have values with...) = plt . subplots ( ncols = 2 , figsize = ( 12 , 6 )) fit_and_plot_model...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html
    Mon Mar 02 11:09:51 GMT 2026
      122.7K bytes
      Cache
     
  4. Principal Component Regression vs Partial Least...

    n_samples ) / 2 fig , axes = plt . subplots ( 1 , 2 , figsize =...) pca = PCA ( n_components = 2 ) . fit ( X ) plt . scatter (...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html
    Mon Mar 02 11:09:51 GMT 2026
      112.7K bytes
      Cache
     
  5. Two-class AdaBoost — scikit-learn 1.8.0 d...

    cov = 2.0 , n_samples = 200 , n_features = 2 , n_classes = 2 , random_state...= 300 , n_features = 2 , n_classes = 2 , random_state = 1 ) X...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_twoclass.html
    Mon Mar 02 11:09:51 GMT 2026
      101.7K bytes
      Cache
     
  6. ParameterSampler — scikit-learn 1.8.0 doc...

    'a' : 2 }, ... { 'b' : 1.038159 , 'a' : 2 }] True...param_grid = { 'a' :[ 1 , 2 ], 'b' : expon ()} >>>...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterSampler.html
    Mon Mar 02 11:09:52 GMT 2026
      111.3K bytes
      Cache
     
  7. 로그 설정

    /^\d{4}-\d{2}-\d{2}/ format1 /^(?<time>\d{4}-\d{2}-\d{2} \d{...\d{2}:\d{2}:\d{2},\d{3}) \[(?<thread>.*?)\] (?<level&g...
    fess.codelibs.org/ko/15.4/config/admin-logging.html
    Mon Feb 09 02:52:16 GMT 2026
      70.3K bytes
      Cache
      Similar Results (1)
     
  8. Plot the decision surfaces of ensembles of tree...

    2 , w_pad = 0.2 , pad = 2.5 ) plt . show ()...pair in ([ 0 , 1 ], [ 0 , 2 ], [ 2 , 3 ]): for model in models...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_iris.html
    Mon Mar 02 11:09:52 GMT 2026
      113.5K bytes
      Cache
     
  9. 로그 설정

    /^\d{4}-\d{2}-\d{2}/ format1 /^(?<time>\d{4}-\d{2}-\d{2} \d{...\d{2}:\d{2}:\d{2},\d{3}) \[(?<thread>.*?)\] (?<level&g...
    fess.codelibs.org/ko/15.5/config/admin-logging.html
    Sun Mar 01 02:54:35 GMT 2026
      76K bytes
      Cache
     
  10. hamming_loss — scikit-learn 1.8.0 documen...

    2 , 3 , 4 ] >>> y_true = [ 2 , 2 , 3 , 4 ]...[ 1 , 1 ]]), np . zeros (( 2 , 2 ))) 0.75 Gallery examples #...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hamming_loss.html
    Mon Mar 02 11:09:53 GMT 2026
      112.7K bytes
      Cache
     
Back to Top