Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 161 - 180 of 1,116 for test (0.13 sec)

  1. LogisticRegression — scikit-learn 1.5.0 documen...

    the mean accuracy on the given test data and labels. In multi-label...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html
    Mon Jun 03 12:46:40 UTC 2024
      190K bytes
      Cache
     
  2. 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
    Mon Jun 03 01:07:01 UTC 2024
      79.8K bytes
      Cache
     
  3. support.rst.txt

    about repository updates and test failures on the `scikit-learn-commits...
    scikit-learn.org/stable/_sources/support.rst.txt
    Fri May 31 14:06:06 UTC 2024
      3.8K bytes
     
  4. Announcing Search AI Lake and Elastic Cloud Ser...

    browser tests priced per test run and lightweight tests, priced...priced per test per region. See the Elastic Observability Serverless...
    www.elastic.co/blog/search-ai-lake-elastic-cloud-serverless
    Tue Jun 04 00:04:35 UTC 2024
      499.4K bytes
      Cache
     
  5. NuSVR — scikit-learn 1.5.0 documentation

    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
    Fri May 31 14:06:04 UTC 2024
      150.1K bytes
      Cache
     
  6. Elastic Generative AI Tools and Capabilities | ...

    Test drive serverless Generative...meaning and context — across text, images, videos, audio, geo-location,...
    www.elastic.co/generative-ai
    Tue Jun 04 00:08:33 UTC 2024
      573.7K bytes
      Cache
     
  7. ElasticNetCV — scikit-learn 1.5.0 documentation

    are tested by cross-validation and the one giving the best prediction...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Mon Jun 03 12:46:39 UTC 2024
      171.5K bytes
      Cache
     
  8. Elastic Observability monitors metrics for Micr...

    import { test , expect } from "@playwright/test" ; test ( "homepage...requirements. RESOURCE_GROUP = "test" APP_PASSWORD = "SpecifyNewPasswordHe"...
    www.elastic.co/observability-labs/blog/observability-monitors-metrics-microsoft-azure
    Fri May 31 01:02:31 UTC 2024
      170.2K bytes
      Cache
     
  9. DecisionTreeClassifier — scikit-learn 1.5.0 doc...

    splitter {“best”, “random”}, default=”best” The strategy used...Supported strategies are “best” to choose the best split and “random”...
    scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html
    Mon Jun 03 12:46:40 UTC 2024
      191.9K bytes
      Cache
     
  10. BayesianGaussianMixture — scikit-learn 1.5.0 do...

    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.BayesianGaussianMixture.html
    Mon Jun 03 12:46:39 UTC 2024
      159K bytes
      Cache
     
  11. GradientBoostingClassifier — scikit-learn 1.5.0...

    X_test = X [: 2000 ], X [ 2000 :] >>> y_train , y_test = y...y_train ) >>> clf . score ( X_test , y_test ) 0.913... apply ( X ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Mon Jun 03 12:46:40 UTC 2024
      187K bytes
      Cache
     
  12. 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
    Mon Jun 03 12:46:39 UTC 2024
      65.9K bytes
      Cache
     
  13. ExtraTreesRegressor — scikit-learn 1.5.0 docume...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.2727... apply ( X )...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Mon Jun 03 12:46:40 UTC 2024
      170.6K bytes
      Cache
     
  14. Elasticsearch Serverless Pricing | Elastic

    Quickly create development and test environments Streamline software...Pricing breakdown General purpose Best for general search use cases...
    www.elastic.co/pricing/serverless-search
    Tue Jun 04 00:03:25 UTC 2024
      549.6K bytes
      Cache
     
  15. Embedding Security in LLM Workflows: Elastic's ...

    risks Red Teaming & Monitoring : Test for vulnerabilities and continuously...section. Before moving forward, testing your connection is generally...
    www.elastic.co/security-labs/embedding-security-in-llm-workflows
    Mon Jun 03 01:06:50 UTC 2024
      185.5K bytes
      Cache
     
  16. MinCovDet — scikit-learn 1.5.0 documentation

    : X_test array-like of shape (n_samples, n_features) Test data...Quality, TECHNOMETRICS score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.MinCovDet.html
    Mon Jun 03 12:46:39 UTC 2024
      150.6K bytes
      Cache
     
  17. NBC News special features and projects | NBC News

    Test your knowledge of Olympic sports...every state Specials See our best illustrations and photographs...
    www.nbcnews.com/specials
    Tue Jun 04 00:54:01 UTC 2024
      464.8K bytes
      Cache
     
  18. 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
    Mon Jun 03 12:46:40 UTC 2024
      92.6K bytes
      Cache
     
  19. LabelSpreading — scikit-learn 1.5.0 documentation

    on a Text Dataset Semi-supervised Classification on a Text Dataset...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelSpreading.html
    Fri May 31 14:06:07 UTC 2024
      141.8K bytes
      Cache
     
  20. 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
    Mon Jun 03 12:46:39 UTC 2024
      52.8K bytes
      Cache
     
Back to top