Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 991 - 1000 of 1,835 for text (0.31 sec)

  1. Visualization of MLP weights on MNIST — scikit-...

    partition and test partition X_train , X_test , y_train , y_test = train_test_split...print ( "Test set score: %f " % mlp . score ( X_test , y_test )) fig...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html
    Wed Jul 02 18:21:48 UTC 2025
      93.4K bytes
      Cache
     
  2. check_estimator — scikit-learn 1.7.0 documentation

    running tests are aborted. This does not included tests that are...function will run an extensive test-suite for input validation,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.check_estimator.html
    Tue Jul 01 15:59:33 UTC 2025
      122.8K bytes
      Cache
     
  3. 12.1. Array API support (experimental) — scikit...

    train_test_split utils.check_consistent_length...checks as part of the common tests to verify that the estimators’...
    scikit-learn.org/stable/modules/array_api.html
    Wed Jul 02 18:21:48 UTC 2025
      68.1K bytes
      Cache
     
  4. class_likelihood_ratios — scikit-learn 1.7.0 do...

    obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Wed Jul 02 18:21:48 UTC 2025
      122.5K bytes
      Cache
     
  5. minmax_scale — scikit-learn 1.7.0 documentation

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html
    Tue Jul 01 15:59:34 UTC 2025
      115.6K bytes
      Cache
     
  6. mitigating-security-risk-generative-ai-cheat-sheet

    Ready to take the next steps? Empower your security...databases — they only predict the next syntactically correct word or...
    www.elastic.co/pdf/portfolio/mitigating-security-risk-generative-ai-cheat-sheet
    Thu Jul 03 01:17:31 UTC 2025
      793.4K bytes
      3 views
     
  7. Dimensionality Reduction with Neighborhood Comp...

    train/test X_train , X_test , y_train , y_test = train_test_split...( model . transform ( X_test ), y_test ) # Embed the data set...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html
    Wed Jul 02 18:21:48 UTC 2025
      98.2K bytes
      Cache
     
  8. cross_validate — scikit-learn 1.7.0 documentation

    this dict are: test_score The score array for test scores on each..._score in test_score changes to a specific metric like test_r2 or...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Wed Jul 02 18:21:48 UTC 2025
      137.7K bytes
      Cache
     
  9. validation_curve — scikit-learn 1.7.0 documenta...

    print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Wed Jul 02 18:21:48 UTC 2025
      121.9K bytes
      Cache
     
  10. CalibrationDisplay — scikit-learn 1.7.0 documen...

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibrationDisplay.html
    Wed Jul 02 18:21:48 UTC 2025
      141.4K bytes
      Cache
     
Back to top