Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 272 for test (0.12 sec)

  1. Comparing various online solvers — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...( X_test ) yy_ . append ( 1 - np . mean ( y_pred == y_test ))...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_comparison.html
    Thu May 30 15:22:06 UTC 2024
      94.9K bytes
      Cache
     
  2. 11.1. Array API support (experimental) — scikit...

    train_test_split Coverage is expected to...checks as part of the common tests to verify that the estimators...
    scikit-learn.org/stable/modules/array_api.html
    Thu May 30 15:22:07 UTC 2024
      55.3K bytes
      Cache
     
  3. Testimonials — scikit-learn 1.5.0 documentation

    but its careful and well tested implementation give us the...Moreover, its consistent API, well-tested code and permissive licensing...
    scikit-learn.org/stable/testimonials/testimonials.html
    Thu May 30 15:22:07 UTC 2024
      59.3K bytes
      Cache
     
  4. 6.4. Imputation of missing values — scikit-lear...

    X_test , y_train , _ = train_test_split ( X , y , test_size...SimpleImputer(missing_values=-1) >>> X_test = sp . csc_matrix ([[ - 1 ,...
    scikit-learn.org/stable/modules/impute.html
    Thu May 30 15:22:07 UTC 2024
      88.4K bytes
      Cache
     
  5. Nearest Neighbors Classification — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...split the data into a train and test dataset. from sklearn.datasets...
    scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html
    Thu May 30 15:22:06 UTC 2024
      95.7K bytes
      Cache
     
  6. dbflute-maven-plugin - dbflute:doc

    jdbc generate doc outside-sql-test replace-schema sql2entity manage...
    dbflute.seasar.org/maven/plugin/doc-mojo.html
    Fri May 24 02:22:00 UTC 2024
      10K bytes
      Cache
      Similar Results (2)
     
  7. 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 May 24 02:22:00 UTC 2024
      33.3K bytes
      Cache
     
  8. Pipelining: chaining a PCA and a logistic regre...

    errorbar ( best_clfs [ components_col ], best_clfs [ "mean_test_score"...ents" is_max_test_score = pl . col ( "mean_test_score" ) == pl...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Thu May 30 15:22:06 UTC 2024
      96.4K bytes
      Cache
     
  9. Decision Tree Regression — scikit-learn 1.5.0 d...

    predict ( X_test ) y_2 = regr_2 . predict ( X_test ) # Plot the.... fit ( X , y ) # Predict X_test = np . arange ( 0.0 , 5.0 ,...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html
    Thu May 30 15:22:04 UTC 2024
      91.4K bytes
      Cache
     
  10. 3. Model selection and evaluation — scikit-lear...

    Permutation test score 3.2. Tuning the hyper-parameters...
    scikit-learn.org/stable/model_selection.html
    Thu May 30 15:22:06 UTC 2024
      39K bytes
      Cache
     
Back to top