Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 1,345 for test (0.22 sec)

  1. ElasticNet — scikit-learn 1.7.0 documentation

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html
    Mon Jun 30 13:50:30 UTC 2025
      166.1K bytes
      Cache
     
  2. GroupShuffleSplit — scikit-learn 1.7.0 document...

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html
    Mon Jun 30 13:50:27 UTC 2025
      128.4K bytes
      Cache
     
  3. 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
    Mon Jun 30 13:50:27 UTC 2025
      122.5K bytes
      Cache
     
  4. GraphicalLassoCV — scikit-learn 1.7.0 documenta...

    : X_test array-like of shape (n_samples, n_features) Test data...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html
    Mon Jun 30 13:50:30 UTC 2025
      139.9K bytes
      Cache
     
  5. RepeatedStratifiedKFold — scikit-learn 1.7.0 do...

    print ( f " Test: index= { test_index } " ) ... Fold...index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Mon Jun 30 13:50:30 UTC 2025
      121.6K bytes
      Cache
     
  6. 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 Jun 30 13:50:27 UTC 2025
      52.9K bytes
     
  7. Open source full text search server – roadmap

    ARCHIVES Support Open source full text search server – roadmap This...
    fess.codelibs.org/roadmap.html
    Mon Jun 30 02:38:40 UTC 2025
      12.3K bytes
      42 views
      Cache
     
  8. GroupKFold — scikit-learn 1.7.0 documentation

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Mon Jun 30 13:50:27 UTC 2025
      127.3K bytes
      Cache
     
  9. KNeighborsRegressor — scikit-learn 1.7.0 docume...

    or None Test samples. If None , predictions...coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html
    Mon Jun 30 13:50:27 UTC 2025
      152K bytes
      Cache
     
  10. plot_classifier_comparison.rst.txt

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Sun Jun 29 19:04:30 UTC 2025
      7.8K bytes
     
Back to top