Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 2161 - 2170 of over 10,000 for * (8.27 seconds)

Filter
  1. Custom refit strategy of a grid search with cro...

    precision: 1.0000.000), recall: 0.854 (±0.063), for {'C': 1, 'gamma':...precision: 1.0000.000), recall: 0.877 (±0.069), for {'C': 10, 'gamma':...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html
    Mon Mar 23 20:39:22 UTC 2026
      29K bytes
      Cache
     
  2. Tweedie regression on insurance claims — scikit...

    p=1.9900 2.015718e+02 2.015412e+02 2.015342e+02 2.015600e+02 mean...dev p=1.9990 1.914574e+03 1.914370e+03 1.914537e+03 1.914388e+03...
    scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html
    Mon Mar 23 20:39:21 UTC 2026
      27.3K bytes
      Cache
     
  3. Evaluate the performance of a classifier with C...

    confusion matrix [[1. 0. 0. ] [0. 0.62 0.38] [0. 0. 1. ]] Binary Classification...without normalization [[13 0 0] [ 0 10 6] [ 0 0 9]] Normalized confusion...
    scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html
    Mon Mar 23 20:39:21 UTC 2026
      16.8K bytes
      Cache
     
  4. Nested versus non-nested cross-validation — sci...

    = { "C" : [ 1 , 10 , 100 ], "gamma" : [ 0.01 , 0.1 ]} # We will...difference of 0.007581 with std. dev. of 0.007833. # Authors: The...
    scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html
    Mon Mar 23 20:39:22 UTC 2026
      17.1K bytes
      Cache
     
  5. Plotting Cross-Validated Predictions — scikit-l...

    subsample = 100 , ax = axs [ 0 ], random_state = 0 , ) axs [ 0 ] . set_title...subsample = 100 , ax = axs [ 1 ], random_state = 0 , ) axs [ 1 ] . set_title...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cv_predict.html
    Mon Mar 23 20:39:20 UTC 2026
      15.8K bytes
      Cache
     
  6. Multioutput methods — scikit-learn 1.8.0 docume...

    Examples concerning the sklearn.multioutput module. Multilabel classification using a classifier chain
    scikit-learn.org/stable/auto_examples/multioutput/index.html
    Mon Mar 23 20:39:20 UTC 2026
      12.7K bytes
      Cache
     
  7. Robust linear estimator fitting — scikit-learn ...

    10.2 ) plt . ylim ( - 2 , 10.2 ) plt . title...running time of the script: (0 minutes 1.870 seconds) Download Jupyter...
    scikit-learn.org/stable/auto_examples/linear_model/plot_robust_fit.html
    Mon Mar 23 20:39:20 UTC 2026
      16.3K bytes
      Cache
     
  8. auto_examples_python.zip

    ace=0.01, wspace=0.01, top=1, bottom=0, left=0, right=1) plt.show()..."changing_param_values": [0.05, 0.1, 0.2, 0.35, 0.5], "complexity_label":...
    scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
    Mon Mar 23 20:39:22 UTC 2026
      1.7M bytes
     
  9. Post-hoc tuning the cut-off point of decision f...

    train_accuracy 0.779751 0.007822 test_accuracy 0.770926 0.030585 train_balanced_accuracy...train_accuracy 0.752470 0.015579 test_accuracy 0.739950 0.036592 train_balanced_accuracy...
    scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html
    Mon Mar 23 20:39:21 UTC 2026
      28.9K bytes
      Cache
     
  10. Outlier detection with Local Outlier Factor (LO...

    0 ], X [:, 1 ], color = "k" , s = 3.0 , label = "Data.... scatter ( X [:, 0 ], X [:, 1 ], s = 1000 * radius , edgecolors...
    scikit-learn.org/stable/auto_examples/neighbors/plot_lof_outlier_detection.html
    Mon Mar 23 20:39:22 UTC 2026
      16.6K bytes
      Cache
     
Back to Top