Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 1,457 for test (0.23 sec)

  1. LearningCurveDisplay — scikit-learn 1.6.1 docum...

    test_scores = test_scores , score_name =...train_sizes , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Thu Apr 17 23:17:16 UTC 2025
      144.9K bytes
      Cache
     
  2. quantile_transform — scikit-learn 1.6.1 documen...

    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.quantile_transform.html
    Thu Apr 17 23:17:18 UTC 2025
      117.4K bytes
      Cache
     
  3. learning_curve — scikit-learn 1.6.1 documentation

    ( f "The average test accuracy is { cv_test_scores . mean ()...cross-validated training and test scores for different training...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html
    Thu Apr 17 23:17:18 UTC 2025
      125K bytes
      Cache
     
  4. plot_hgbt_regression.py

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False) print(f"Training...
    scikit-learn.org/stable/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py
    Wed Apr 09 14:12:58 UTC 2025
      16.3K bytes
     
  5. FixedThresholdClassifier — scikit-learn 1.6.1 d...

    X_test , y_train , y_test = train_test_split ( ......confusion_matrix ( y_test , classifier . predict ( X_test ))) [[217 7]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.FixedThresholdClassifier.html
    Thu Apr 17 23:17:18 UTC 2025
      143K bytes
      Cache
     
  6. LassoCV — scikit-learn 1.6.1 documentation

    test) splits as arrays of indices....n_folds) Mean square error for the test set on each fold, varying alpha....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html
    Thu Apr 17 23:17:16 UTC 2025
      168.2K bytes
      Cache
     
  7. Elasticsearch vs. OpenSearch: Vector Search Per...

    undertaken this performance testing to provide a clear, data-driven...Kubernetes manifests for running the tests. The results detailed in this...
    www.elastic.co/search-labs/blog/elasticsearch-opensearch-vector-search-performance-comparison
    Fri Apr 18 00:51:42 UTC 2025
      233.4K bytes
      1 views
      Cache
     
  8. minmax_scale — scikit-learn 1.6.1 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
    Thu Apr 17 23:17:18 UTC 2025
      116.1K bytes
      Cache
     
  9. SVC — scikit-learn 1.6.1 documentation

    cross-validation Nested versus non-nested cross-validation Nested versus...following example: Nested versus non-nested cross-validation Read...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Thu Apr 17 23:17:16 UTC 2025
      182K bytes
      Cache
     
  10. preprocessing.rst.txt

    K_{test} - 1'_{\text{n}_{samples}} K - K_{test} 1_{\text{n}_{samples}}...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=42)...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Mon Apr 14 20:11:04 UTC 2025
      53K bytes
     
Back to top