- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1311 - 1320 of 2,142 for text (0.11 sec)
-
Pipeline ANOVA SVM — scikit-learn 1.5.2 documen...
X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) print ( classification_report ( y_test , y_pred...scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html -
FixedThresholdClassifier — scikit-learn 1.5.2 d...
X_test , y_train , y_test = train_test_split ( ......confusion_matrix ( y_test , classifier . predict ( X_test ))) [[217 7]...scikit-learn.org/stable/modules/generated/sklearn.model_selection.FixedThresholdClassifier.html -
Elastic on Elastic: How InfoSec uses the Elasti...
allowing us to test fields or dashboards without...when a pull request is merged. Next steps We have several ideas...www.elastic.co/blog/how-infosec-uses-elastic-stack-vulnerability-management -
PredefinedSplit — scikit-learn 1.5.2 documentation
Provides train/test indices to split data into train/test sets using...The entry test_fold[i] represents the index of the test set that...scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html -
ShrunkCovariance — scikit-learn 1.5.2 documenta...
: X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...scikit-learn.org/stable/modules/generated/sklearn.covariance.ShrunkCovariance.html -
Overview of multiclass training meta-estimators...
"DecisionTreeClassifi" : cv_results_tree [ "test_score" ], "OneVsOneClassifier"..."OneVsOneClassifier" : cv_results_ovo [ "test_score" ], "OneVsRestClassifier"...scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.html -
TunedThresholdClassifierCV — scikit-learn 1.5.2...
X_test , y_train , y_test = train_test_split ( ......classification_report ( y_test , classifier . predict ( X_test ))) precision...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html -
Partial Dependence and Individual Conditional E...
( f "Test R2 score: { mlp_model . score ( X_test , y_test ) :...f "Test R2 score: { hgbdt_model . score ( X_test , y_test ) :...scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html -
SVM Exercise — scikit-learn 1.5.2 documentation
out the test data plt . scatter ( X_test [:, 0 ], X_test [:, 1...n_sample )] X_test = X [ int ( 0.9 * n_sample ) :] y_test = y [ int...scikit-learn.org/stable/auto_examples/exercises/plot_iris_exercise.html -
Robust linear estimator fitting — scikit-learn ...
sin ( X_test ) X_test = X_test [:, np . newaxis ] y_errors...newaxis ] X_test = np . random . normal ( size = 200 ) y_test = np ....scikit-learn.org/stable/auto_examples/linear_model/plot_robust_fit.html