Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 471 - 480 of 851 for tests (0.81 sec)

  1. NuSVC — scikit-learn 1.7.0 documentation

    n_features) or (n_samples_test, n_samples_train) For kernel=”precomputed”,...expected shape of X is (n_samples_test, n_samples_train). Returns :...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVC.html
    Fri Jun 27 15:51:03 UTC 2025
      152.1K bytes
      Cache
     
  2. 1.4. Support Vector Machines — scikit-learn 1.7...

    X_test , y_train , y_test = train_test_split ( X ,...examples >>> gram_test = np . dot ( X_test , X_train . T ) >>>...
    scikit-learn.org/stable/modules/svm.html
    Tue Jul 01 15:59:34 UTC 2025
      125.4K bytes
      Cache
     
  3. Early stopping in Gradient Boosting — scikit-le...

    y_val = train_test_split ( X , y , test_size = 0.2 , random_state...sklearn.model_selection import train_test_split data = fetch_california_housing...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_early_stopping.html
    Tue Jul 01 15:59:35 UTC 2025
      108.1K bytes
      Cache
     
  4. TheilSenRegressor — scikit-learn 1.7.0 document...

    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.TheilSenRegressor.html
    Tue Jul 01 15:59:32 UTC 2025
      135.7K bytes
      1 views
      Cache
     
  5. Nested versus non-nested cross-validation — sci...

    a series of train/validation/test set splits. In the inner loop...error is estimated by averaging test set scores over several dataset...
    scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html
    Tue Jul 01 15:59:35 UTC 2025
      102.2K bytes
      Cache
     
  6. Regularization path of L1- Logistic Regression ...

    regularization on training and test error Effect of model regularization...regularization on training and test error MNIST classification using...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.html
    Tue Jul 01 15:59:33 UTC 2025
      97K bytes
      Cache
     
  7. LogisticRegressionCV — scikit-learn 1.7.0 docum...

    scoring option on the given test data and labels. Parameters...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Tue Jul 01 15:59:33 UTC 2025
      167.2K bytes
      Cache
     
  8. BernoulliNB — scikit-learn 1.7.0 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.BernoulliNB.html
    Tue Jul 01 15:59:32 UTC 2025
      152.5K bytes
      Cache
     
  9. RadiusNeighborsRegressor — scikit-learn 1.7.0 d...

    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.RadiusNeighborsRegressor.html
    Tue Jul 01 15:59:33 UTC 2025
      150.6K bytes
      Cache
     
  10. SAStruts での利用

    jdbc generate doc outside-sql-test replace-schema sql2entity manage...今回は以下の単純なテーブルを作成します。 CREATE TABLE TEST_TABLE ( ID BIGINT NOT NULL IDENTITY...
    dbflute.seasar.org/maven/plugin/ja/sastruts.html
    Fri Jun 13 09:55:28 UTC 2025
      33.3K bytes
      1 views
      Cache
     
Back to top