Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 271 - 280 of 1,456 for test (0.53 sec)

  1. DBFlute Example (サンプル) | DBFlute

    MySQL dbflute-test-dbms-mysql PostgreSQL dbflute-test-dbms-postgresql...Oracle dbflute-test-dbms-oracle DB2 dbflute-test-dbms-db2 SQLServer...
    dbflute.seasar.org/ja/manual/reference/example/index.html
    Fri Apr 18 17:54:33 UTC 2025
      15.2K bytes
      37 views
      Cache
     
  2. Face completion with a multi-output estimators ...

    randint ( test . shape [ 0 ], size = ( n_faces ,)) test = test [ face_ids...2 :] X_test = test [:, : ( n_pixels + 1 ) // 2 ] y_test = test...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html
    Sat Apr 19 00:31:21 UTC 2025
      99.1K bytes
      Cache
     
  3. One-class SVM with non-linear kernel (RBF) — sc...

    size n_error_test = y_pred_test [ y_pred_test == - 1 ] . size...X_train ) y_pred_test = clf . predict ( X_test ) y_pred_outliers...
    scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html
    Sat Apr 19 00:31:22 UTC 2025
      100.8K bytes
      Cache
     
  4. MultinomialNB — scikit-learn 1.6.1 documentation

    classification of text documents Out-of-core classification of text documents...classification on an array of test vectors X. Parameters : X array-like...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Sat Apr 19 00:31:21 UTC 2025
      152.6K bytes
      Cache
     
  5. LeavePGroupsOut — scikit-learn 1.6.1 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.LeavePGroupsOut.html
    Sat Apr 19 00:31:22 UTC 2025
      123.2K 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
    Sat Apr 19 00:31:22 UTC 2025
      168.2K bytes
      Cache
     
  7. Examples — scikit-learn 1.6.1 documentation

    (ROC) Nested versus non-nested cross-validation Nested versus...Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/auto_examples/index.html
    Sat Apr 19 00:31:22 UTC 2025
      274.1K bytes
      Cache
     
  8. NearestCentroid — scikit-learn 1.6.1 documentation

    with test samples classified to the class...n_features) Array of samples (test vectors). Returns : y_scores...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Sat Apr 19 00:31:21 UTC 2025
      136.9K bytes
      Cache
     
  9. LeaveOneOut — scikit-learn 1.6.1 documentation

    Provides train/test indices to split data in train/test sets. Each..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html
    Sat Apr 19 00:31:21 UTC 2025
      116.7K bytes
      Cache
     
  10. Gradient Boosting regression — scikit-learn 1.6...

    X_test , y_train , y_test = train_test_split ( X ,...mean_squared_error ( y_test , reg . predict ( X_test )) print ( "The...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html
    Sat Apr 19 00:31:22 UTC 2025
      109.9K bytes
      Cache
     
Back to top