Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 128 for test (0.11 sec)

  1. Feature Selection — scikit-learn 1.5.0 document...

    Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/auto_examples/feature_selection/index.html
    Wed May 22 15:20:05 UTC 2024
      85.2K bytes
      Cache
     
  2. Supervised learning: predicting an output varia...

    iris_X_test = iris_X [ indices [ - 10 :]] >>> iris_y_test = iris_y...predict ( diabetes_X_test ) - diabetes_y_test ) ** 2 ) 2004.5......
    scikit-learn.org/stable/tutorial/statistical_inference/supervised_learning.html
    Wed May 22 15:20:08 UTC 2024
      77.2K bytes
      Cache
     
  3. glossary.rst.txt

    common tests This refers to the tests run on almost every...``(train_idx, test_idx)`` pairs. Each of {train,test}_idx is a 1d...
    scikit-learn.org/stable/_sources/glossary.rst.txt
    Wed May 22 15:20:07 UTC 2024
      89.4K bytes
      1 views
     
  4. Accelerating Elastic detection tradecraft with ...

    json test files, that included the essential...various model parameters Create a test suite to validate our results...
    www.elastic.co/security-labs/accelerating-elastic-detection-tradecraft-with-llms
    Thu May 23 01:07:55 UTC 2024
      79.8K bytes
      Cache
     
  5. 7.4. Loading other datasets — scikit-learn 1.5....

    X_test , y_test = load_svmlight_files (...number of features: >>> X_test , y_test = load_svmlight_file ( ......
    scikit-learn.org/stable/datasets/loading_other_datasets.html
    Wed May 22 15:20:10 UTC 2024
      65.9K bytes
      Cache
     
  6. 1.17. Neural network models (supervised) — scik...

    transformation to test data >>> X_test = scaler . transform ( X_test ) An...apply the same scaling to the test set for meaningful results....
    scikit-learn.org/stable/modules/neural_networks_supervised.html
    Wed May 22 15:20:05 UTC 2024
      72.4K bytes
      Cache
     
  7. 1.5. Stochastic Gradient Descent — scikit-learn...

    SGDClassifier ()) est . fit ( X_train ) est . predict ( X_test ) If your...( X_train ) X_test = scaler . transform ( X_test ) # apply same...
    scikit-learn.org/stable/modules/sgd.html
    Wed May 22 15:20:10 UTC 2024
      92.6K bytes
      Cache
     
  8. Ask MetaFilter

    hive/nest filter What is this ? Looks like an old nest/hive to...Should I investigate these blood test results further? YANMD, but...
    ask.metafilter.com
    Thu May 23 00:43:14 UTC 2024
      78.3K bytes
      Cache
     
  9. 1.16. Probability calibration — scikit-learn 1....

    test_set) couples (as determined...Then its predictions on the test subset are used to fit a calibrator...
    scikit-learn.org/stable/modules/calibration.html
    Wed May 22 15:20:08 UTC 2024
      66.4K bytes
      Cache
     
  10. 3.3. Tuning the decision threshold for class pr...

    cost of further diagnostic tests. Consequently, when it comes...to an internal single train-test split. The option cv="prefit"...
    scikit-learn.org/stable/modules/classification_threshold.html
    Wed May 22 15:20:05 UTC 2024
      52.8K bytes
      Cache
     
Back to top