Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 60 of 450 for test (0.42 sec)

  1. Installing the development version of scikit-le...

    Test dependencies Running tests requires: pytest...dependencies Build dependencies Test dependencies Building a specific...
    scikit-learn.org/stable/developers/advanced_installation.html
    Sun May 19 20:00:39 UTC 2024
      55.6K bytes
      Cache
     
  2. 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/dev/developers/advanced_installation.html
    Tue May 21 18:58:18 UTC 2024
      64.1K bytes
      Cache
     
  3. 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
     
  4. The Dark Side of LED Lighting | MetaFilter

    The best results from the tests, along with comparisons...database , based on actual tests of the lights instead of just...
    www.metafilter.com/203501/The-Dark-Side-of-LED-Lighting
    Sun Apr 28 00:52:17 UTC 2024
      39.7K bytes
      Cache
     
  5. sklearn.svm.NuSVC — scikit-learn 1.4.2 document...

    the mean accuracy on the given test data and labels. set_fit_request...(n_samples, n_features) or (n_samples_test, n_samples_train) For kernel=”precomputed”,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVC.html
    Sun May 19 20:00:39 UTC 2024
      69.3K bytes
      Cache
     
  6. faq.rst.txt

    :ref:`text_feature_extraction` for the built-in *text vectorizers*....^^^^^^^^^^ scikit-learn is regularly tested and maintained to work with...
    scikit-learn.org/stable/_sources/faq.rst.txt
    Mon May 20 18:34:24 UTC 2024
      23.4K bytes
      2 views
     
  7. sklearn.svm.NuSVR — scikit-learn 1.4.2 document...

    expected shape of X is (n_samples_test, n_samples_train). Returns :...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Mon May 20 18:34:25 UTC 2024
      55.8K 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
    Wed May 22 15:20:10 UTC 2024
      65.9K bytes
      Cache
     
  9. 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
     
  10. plot_release_highlights_1_4_0.ipynb

    X_test, y_train, y_test = train_test_split(X_adult,...(X_test)\nprint(f\"ROC AUC score is {roc_auc_score(y_test, y_decision)}\")"...
    scikit-learn.org/stable/_downloads/53490cdb42c3c07ba8cccd1c4ed4dca4/plot_release_highlights_1_4_0...
    Mon May 20 18:34:25 UTC 2024
      10.7K bytes
     
  11. 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
     
  12. 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
     
  13. plot_release_highlights_1_4_0.rst.txt

    X_test, y_train, y_test = train_test_split(X_adult,...n(X_test) print(f"ROC AUC score is {roc_auc_score(y_test, y_decision)}")...
    scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_4_0.r...
    Mon May 20 18:34:25 UTC 2024
      40.9K bytes
     
  14. The survival of this ancient language is as mys...

    ) I'm not sure his test on the matter (having Basque...style="display:none"></div> <script type="text/javascript"> !function() { var...
    www.metafilter.com/203578/The-survival-of-this-ancient-language-is-as-mysterious-as-its-origins
    Sun May 05 00:49:47 UTC 2024
      35.2K bytes
      Cache
     
  15. 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
     
  16. ensemble.rst.txt

    mean_squared_error(y_test, est.predict(X_test)) 5.00... >>> _ = est.set_pa...to est >>> mean_squared_error(y_test, est.predict(X_test)) 3.84......
    scikit-learn.org/stable/_sources/modules/ensemble.rst.txt
    Tue May 21 18:58:19 UTC 2024
      72.8K bytes
     
  17. SlashdotSitenews

    pieces of feedback from the Beta test was that the community didn't...servers, engaging in a DDoS just to test things out, doesn't count. Spotting...
    feeds.feedburner.com/SlashdotSitenews
    Sun Apr 21 13:30:15 UTC 2024
      33.7K bytes
     
  18. 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
     
  19. 2.1. Gaussian mixture models — scikit-learn 1.5...

    Given test data, it can assign to each...
    scikit-learn.org/stable/modules/mixture.html
    Wed May 22 15:20:05 UTC 2024
      64.8K bytes
      Cache
     
  20. neighbors.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, ......>>> print(nca_pipe.score(X_test, y_test)) 0.96190476... .. |nca_classification_1|...
    scikit-learn.org/stable/_sources/modules/neighbors.rst.txt
    Tue May 21 18:58:19 UTC 2024
      37.9K bytes
     
Back to top