- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 321 - 330 of 1,451 for test (0.17 sec)
-
GaussianProcessClassifier — scikit-learn 1.6.1 ...
{‘one_vs_rest’, ‘one_vs_one’}, default=’one_vs_rest’ Specifies...are ‘one_vs_rest’ and ‘one_vs_one’. In ‘one_vs_rest’, one binary...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html -
Understanding the decision tree structure — sci...
X_test , y_train , y_test = train_test_split ( X ,...decision_path ( X_test ) leaf_id = clf . apply ( X_test ) sample_id...scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html -
6.4. Imputation of missing values — scikit-lear...
X_test , y_train , _ = train_test_split ( X , y , test_size...SimpleImputer(missing_values=-1) >>> X_test = sp . csc_matrix ([[ - 1 ,...scikit-learn.org/stable/modules/impute.html -
Gaussian processes on discrete data structures ...
) X_test = [ "AAA" , "ATAG" , "CTC" , "CT" , "C" ] Y_test = [...len ( X_test )), [ 1.0 if c else - 1.0 for c in Y_test ], s =...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_on_structured_data.html -
Feature transformations with ensembles of trees...
X_test , y_full_train , y_test = train_test_split ( X...train_test_split ( X_full_train , y_full_train , test_size =...scikit-learn.org/stable/auto_examples/ensemble/plot_feature_transformation.html -
Using Anomaly Detection in Elastic Cloud to Ide...
“Card Testing”, which is when a malicious actor tests to see...called “Card Testing” where a malicious actor tests a batch of...www.elastic.co/observability-labs/blog/anomaly-detection-to-identify-fraud -
LassoCV — scikit-learn 1.6.1 documentation
test) splits as arrays of indices....n_folds) Mean square error for the test set on each fold, varying alpha....scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html -
Ordinary Least Squares and Ridge Regression Var...
plot ( X_test , clf . predict ( X_test ), color = "gray"...) ax . plot ( X_test , clf . predict ( X_test ), linewidth = 2...scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge_variance.html -
feature_selection.rst.txt
the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt -
Getting Started — scikit-learn 1.6.1 documentation
X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...scikit-learn.org/stable/getting_started.html