Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 381 - 400 of 1,328 for test (0.22 sec)

  1. 模範解答的なセクション 3 | DBFlute

    @Directory dbflute-hands-on |-src/test/java | |-org.docksidestage.handson...HandyDate を使ってみましょう。 */ public void test_1() throws Exception { // ##...
    dbflute.seasar.org/ja/tutorial/handson/flower/flower03.html
    Tue Aug 12 02:41:09 UTC 2025
      50.3K bytes
      Cache
     
  2. Priority boosts growth and innovation with Elas...

    services fueled by faster testing and development cycles. Accelerates...Elastic cluster for regression testing in just one hour. In this highly...
    www.elastic.co/customers/priority
    Sun Sep 14 01:04:08 UTC 2025
      435.7K bytes
      Cache
     
  3. Getting Started — scikit-learn 1.7.2 documentation

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/getting_started.html
    Fri Sep 12 13:34:53 UTC 2025
      49.7K bytes
      Cache
     
  4. ConfusionMatrixDisplay — scikit-learn 1.7.2 doc...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.ConfusionMatrixDisplay.html
    Fri Sep 12 13:34:53 UTC 2025
      150.1K bytes
      Cache
     
  5. RBF SVM parameters — scikit-learn 1.7.2 documen...

    best_params_ , grid . best_score_ ) ) The best parameters...and just applying it on the test set. from sklearn.preprocessing...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Fri Sep 12 13:34:50 UTC 2025
      118.9K bytes
      Cache
     
  6. Health News: Disease, Nutrition, Healthcare & M...

    Footwear The 12 best women’s walking shoes, tested & reviewed Courtesy...Footwear The 5 best Hoka walking shoes, tested and reviewed Oner;...
    www.nbcnews.com/health
    Sun Sep 14 01:19:23 UTC 2025
      1.1M bytes
      Cache
     
  7. Permutation Importance with Multicollinear or C...

    X_test , y_train , y_test = train_test_split ( X ,...accuracy on test data: { clf . score ( X_test , y_test ) : .2 }...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html
    Fri Sep 12 13:34:53 UTC 2025
      117.4K bytes
      Cache
     
  8. KNeighborsRegressor — scikit-learn 1.7.2 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
    Fri Sep 12 13:34:49 UTC 2025
      151.8K bytes
      Cache
     
  9. Column Transformer with Heterogeneous Data Sour...

    ) X_test , y_test = fetch_20newsgroups ( random_state...body = text . partition ( " \n\n " ) # store body text in second...
    scikit-learn.org/stable/auto_examples/compose/plot_column_transformer.html
    Fri Sep 12 13:34:56 UTC 2025
      107.7K bytes
      Cache
     
  10. CategoricalNB — scikit-learn 1.7.2 documentation

    classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html
    Fri Sep 12 13:34:55 UTC 2025
      151.9K bytes
      Cache
     
  11. Probability calibration of classifiers — scikit...

    y_test , sw_train , sw_test = train_test_split ( X , y , sample_weight...split train, test for calibration X_train , X_test , y_train ,...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html
    Fri Sep 12 13:34:53 UTC 2025
      109.3K bytes
      Cache
     
  12. parametrize_with_checks — scikit-learn 1.7.2 do...

    to specify which tests to run: pytest test_check_estimators ....why the check fails. These tests will be marked as xfail if the...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.parametrize_with_checks....
    Fri Sep 12 13:34:55 UTC 2025
      113.1K bytes
      Cache
     
  13. Crafting a minimal reproducer for scikit-learn ...

    the train_test_split X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test ) other_score = gbdt . score ( X_test , y_test...
    scikit-learn.org/stable/developers/minimal_reproducer.html
    Fri Sep 12 13:34:55 UTC 2025
      62.3K bytes
      Cache
     
  14. fetch_species_distributions — scikit-learn 1.7....

    in degrees test record array, shape = (620,) The test points for...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html
    Fri Sep 12 13:34:55 UTC 2025
      112.7K bytes
      Cache
     
  15. Varying regularization in Multi-layer Perceptro...

    training and test part X_train , X_test , y_train , y_test = train_test_split...and testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_alpha.html
    Fri Sep 12 13:34:50 UTC 2025
      109.1K bytes
      Cache
     
  16. OrthogonalMatchingPursuit — scikit-learn 1.7.2 ...

    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.OrthogonalMatchingPursuit.html
    Fri Sep 12 13:34:55 UTC 2025
      134K bytes
      2 views
      Cache
     
  17. ARDRegression — scikit-learn 1.7.2 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.ARDRegression.html
    Fri Sep 12 13:34:53 UTC 2025
      141.2K bytes
      Cache
     
  18. Nearest Neighbors regression — scikit-learn 1.7...

    axis = 0 ) X_test = np . linspace ( 0 , 5 , 500...X_train , y ) . predict ( X_test ) plt . subplot ( 2 , 1 , i...
    scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html
    Fri Sep 12 13:34:53 UTC 2025
      91.4K bytes
      Cache
     
  19. robust_scale — scikit-learn 1.7.2 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.robust_scale.html
    Tue Sep 09 17:54:29 UTC 2025
      112.9K bytes
      Cache
     
  20. Recognizing hand-written digits — scikit-learn ...

    and 50% test subsets X_train , X_test , y_train , y_test = train_test_split...train_test_split ( data , digits . target , test_size = 0.5 , shuffle...
    scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html
    Fri Sep 12 13:34:55 UTC 2025
      102K bytes
      Cache
     
Back to top