- Sort Score
- Num 10 results
- Language All
- Labels All
Results 2161 - 2170 of over 10,000 for * (8.27 seconds)
Filter
-
Custom refit strategy of a grid search with cro...
precision: 1.000 (±0.000), recall: 0.854 (±0.063), for {'C': 1, 'gamma':...precision: 1.000 (±0.000), recall: 0.877 (±0.069), for {'C': 10, 'gamma':...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html -
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 -
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 -
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 -
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 -
Multioutput methods — scikit-learn 1.8.0 docume...
Examples concerning the sklearn.multioutput module. Multilabel classification using a classifier chainscikit-learn.org/stable/auto_examples/multioutput/index.html -
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 -
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 -
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 -
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