Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 321 - 330 of 1,451 for test (0.17 sec)

  1. 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
    Sat Apr 19 00:31:22 UTC 2025
      148.1K bytes
      Cache
     
  2. 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
    Sat Apr 19 00:31:22 UTC 2025
      128K bytes
      Cache
     
  3. 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
    Sat Apr 19 00:31:22 UTC 2025
      83.8K bytes
      Cache
     
  4. 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
    Sat Apr 19 00:31:21 UTC 2025
      120.7K bytes
      1 views
      Cache
     
  5. 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
    Sat Apr 19 00:31:21 UTC 2025
      152.2K bytes
      Cache
     
  6. 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
    Fri Apr 18 01:13:21 UTC 2025
      124.4K bytes
      Cache
     
  7. 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
    Sat Apr 19 00:31:22 UTC 2025
      168.2K bytes
      Cache
     
  8. 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
    Sat Apr 19 00:31:22 UTC 2025
      90.1K bytes
      Cache
     
  9. 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
    Sat Apr 19 00:31:21 UTC 2025
      14.5K bytes
      3 views
     
  10. 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
    Sat Apr 19 00:31:22 UTC 2025
      48K bytes
      Cache
     
Back to top