Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 201 - 220 of 1,621 for test (0.26 sec)

  1. Best Of MetaFilter

    older mysteries that stand the test of time. 03/23/24 by taz books...Best Of MetaFilter Chariots of 🔥 photo by Steve Wilson on Flickr...
    bestof.metafilter.com
    Tue Mar 26 00:41:29 UTC 2024
      47.5K bytes
      Cache
     
  2. sklearn.linear_model.Perceptron — scikit-learn ...

    classification of text documents Out-of-core classification of text documents...the mean accuracy on the given test data and labels. set_fit_request...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Perceptron.html
    Thu Mar 28 16:05:58 UTC 2024
      77.1K bytes
      Cache
     
  3. 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 Mar 28 16:05:59 UTC 2024
      42.8K bytes
      Cache
     
  4. A Digital Twin Might Just Save Your Life | Meta...

    testing, monitoring, and maintenance....reflected back onto reality. Test virtual planes in virtual wind...
    www.metafilter.com/203061/A-Digital-Twin-Might-Just-Save-Your-Life
    Tue Mar 26 00:44:36 UTC 2024
      56K bytes
      Cache
     
  5. Elastic Observability 8.2: Tail-based sampling,...

    test, or staging), and transaction...fashion. New synthetic cloud testing infrastructure (beta) Monitoring...
    www.elastic.co/blog/whats-new-elastic-observability-8-2-0
    Fri Mar 29 01:08:05 UTC 2024
      792.9K bytes
      Cache
     
  6. sklearn.mixture.GaussianMixture — scikit-learn ...

    log-likelihood of new samples at test time. The shape depends on covariance_type...log-likelihood of new samples at test time. The shape depends on covariance_type...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html
    Thu Mar 28 16:05:57 UTC 2024
      63.4K bytes
      Cache
     
  7. ensemble.rst.txt

    to est >>> mean_squared_error(y_test, est.predict(X_test)) 3.84......train_test_split >>> X_train, X_test, y_train, y_test = train_test_split(X,...
    scikit-learn.org/stable/_sources/modules/ensemble.rst.txt
    Thu Mar 28 16:05:57 UTC 2024
      68.4K bytes
     
  8. MetaFilter Projects

    interactive text adventure A climate-fiction text adventure with...performed a study on myself to test this hypothesis. I lost a modest...
    projects.metafilter.com
    Fri Mar 29 00:44:53 UTC 2024
      72.1K bytes
      Cache
     
  9. In Fess make Apache Solr based search server-ed...

    using the REST API is now Fess . In the REST API, Fess to...possible as the REST API. Can also use the REST API should build...
    fess.codelibs.org/articles/article-4.html
    Thu Mar 28 02:36:57 UTC 2024
      28.7K bytes
      15 views
      Cache
     
  10. sklearn.ensemble.ExtraTreesClassifier — scikit-...

    max_leaf_nodes in best-first fashion. Best nodes are defined...the mean accuracy on the given test data and labels. set_fit_request...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesClassifier.html
    Thu Mar 28 16:05:59 UTC 2024
      83.2K bytes
      Cache
     
  11. Elastic Enterprise Search: Getting Started with...

    results are more relevant when you test Elastic's Learned Sparse Encoder...on unstructured data beyond text, such as videos, images, and...
    www.elastic.co/getting-started/enterprise-search/search-across-business-systems-and-software
    Thu Mar 28 01:01:43 UTC 2024
      545K bytes
      Cache
     
  12. 7.4. Loading other datasets — scikit-learn 1.4....

    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 Mar 28 16:05:59 UTC 2024
      44.9K bytes
      Cache
     
  13. 1.4. Support Vector Machines — scikit-learn 1.4...

    X_test , y_train , y_test = train_test_split ( X ,...examples >>> gram_test = np . dot ( X_test , X_train . T ) >>>...
    scikit-learn.org/stable/modules/svm.html
    Thu Mar 28 16:05:59 UTC 2024
      103.3K bytes
      Cache
     
  14. sklearn.ensemble.RandomForestClassifier — sciki...

    max_leaf_nodes in best-first fashion. Best nodes are defined...the mean accuracy on the given test data and labels. set_fit_request...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html
    Thu Mar 28 16:05:59 UTC 2024
      96.3K bytes
      Cache
     
  15. sklearn.linear_model.LassoLarsIC — scikit-learn...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsIC.html
    Thu Mar 28 16:05:57 UTC 2024
      58.4K bytes
      Cache
     
  16. How Buying A Used Maserati Became The Ultimate ...

    during a blind test, it ranked as being somewhat...Digg Videos The best videos from around the web. Join Digg Videos...
    digg.com/digg-vids/link/buying-a-used-Maserati-...
    Wed Mar 06 01:23:10 UTC 2024
      134.1K bytes
      Cache
     
  17. fess lastadoc

    dfmail Test Mail TestmailPostcard 1 crawler.dfmail...String testmail.dfmail Title: Test Mail Class: org.codelibs.fe...
    fess.codelibs.org/13.1/lastadoc-fess.html
    Wed Jul 13 13:41:08 UTC 2022
      2M bytes
      2 views
      Cache
     
  18. sklearn.covariance.MinCovDet — scikit-learn 1.4...

    score (X_test[, y]) Compute the log-likelihood of X_test under the...: X_test array-like of shape (n_samples, n_features) Test data...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.MinCovDet.html
    Thu Mar 28 16:05:59 UTC 2024
      58.2K bytes
      Cache
     
  19. 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 Mar 28 16:05:58 UTC 2024
      68K 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
    Thu Mar 28 16:05:57 UTC 2024
      37.8K bytes
     
Back to top