Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 272 for test (0.09 sec)

  1. Model Selection — scikit-learn 1.5.0 documentation

    (ROC) Nested versus non-nested cross-validation Nested versus...Train error vs Test error Train error vs Test error Underfitting...
    scikit-learn.org/stable/auto_examples/model_selection/index.html
    Thu May 30 15:22:04 UTC 2024
      94.9K bytes
      Cache
     
  2. 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
    Thu May 30 15:22:04 UTC 2024
      85.2K bytes
      Cache
     
  3. Putting it all together — scikit-learn 1.5.0 do...

    X_test , y_train , y_test = train_test_split ( X , y , test_size...set and a test and keep 25% of the data for testing. X_train ,...
    scikit-learn.org/stable/tutorial/statistical_inference/putting_together.html
    Wed May 29 10:52:44 UTC 2024
      60.4K bytes
      1 views
      Cache
     
  4. 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 29 10:52:43 UTC 2024
      77.2K bytes
      Cache
     
  5. Installing the development version of scikit-le...

    Test dependencies # Running tests requires: pytest...scikit-learn project build, test and upload wheel packages for...
    scikit-learn.org/stable/developers/advanced_installation.html
    Thu May 30 15:22:06 UTC 2024
      61.9K bytes
      Cache
      Similar Results (1)
     
  6. 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
    Fri May 31 01:08:32 UTC 2024
      79.8K bytes
      Cache
     
  7. 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
    Thu May 30 15:22:06 UTC 2024
      72.4K bytes
      Cache
     
  8. 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
    Thu May 30 15:22:04 UTC 2024
      65.9K bytes
      Cache
     
  9. 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
    Thu May 30 15:22:07 UTC 2024
      92.6K bytes
      Cache
     
  10. 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
    Thu May 30 15:22:06 UTC 2024
      66.4K bytes
      Cache
     
Back to top