Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 558 for tests (0.11 sec)

  1. Dimensionality Reduction with Neighborhood Comp...

    train/test X_train , X_test , y_train , y_test = train_test_split...( model . transform ( X_test ), y_test ) # Embed the data set...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html
    Mon May 20 18:34:25 UTC 2024
      35.2K bytes
      Cache
     
  2. Installing scikit-learn — scikit-learn 1.4.2 do...

    2 tests pytest-cov 2.9.0 tests ruff 0.0.272 tests black 23.3.0...23.3.0 tests mypy 1.3 tests pyamg 4.0.0 tests polars 0.19.12...
    scikit-learn.org/stable/install.html
    Mon May 20 18:34:24 UTC 2024
      37.3K bytes
      Cache
     
  3. Scalable learning with polynomial kernel approx...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , train_size = 5_000 , test_size = 10_000...
    scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html
    Mon May 20 18:34:24 UTC 2024
      52K bytes
      Cache
     
  4. Installing scikit-learn — scikit-learn 1.6.dev0...

    2 tests pytest-cov 2.9.0 tests ruff 0.2.1 tests black 24.3.0...24.3.0 tests mypy 1.9 tests pyamg 4.0.0 tests polars 0.20.23 docs,...
    scikit-learn.org/dev/install.html
    Mon May 20 18:34:24 UTC 2024
      54.9K bytes
      Cache
     
  5. sklearn.model_selection.validation_curve — scik...

    print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Mon May 20 18:34:24 UTC 2024
      28.2K bytes
      Cache
     
  6. Prediction Latency — scikit-learn 1.4.2 documen...

    X_test , y_train , y_test = train_test_split ( X ,..., X_test , y_test = generate_dataset ( n_train , n_test , n )...
    scikit-learn.org/stable/auto_examples/applications/plot_prediction_latency.html
    Mon May 20 18:34:23 UTC 2024
      78.8K bytes
      Cache
     
  7. Compare cross decomposition methods — scikit-le...

    ) X_test_r , Y_test_r = cca . transform ( X_test , Y_test ) Total...Y_train ) X_test_r , Y_test_r = plsca . transform ( X_test , Y_test...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html
    Mon May 20 18:34:23 UTC 2024
      62.8K bytes
      Cache
     
  8. 外だしSQLのタイトル (OutsideSqlTitle) | DBFlute

    [df-outside-sql-test] [df-outside-sql-test] [Advice] [df-outside-sql-test]...[df-outside-sql-test] /* [df-outside-sql-test] [Simple Member...
    dbflute.seasar.org/ja/manual/function/genbafit/...
    Mon Mar 18 15:47:33 UTC 2024
      13.3K bytes
      Cache
     
  9. Kernel PCA — scikit-learn 1.4.2 documentation

    X_test , y_train , y_test = train_test_split ( X ,..."Training data" ) test_ax . scatter ( X_test [:, 0 ], X_test [:, 1 ],...
    scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html
    Mon May 20 18:34:25 UTC 2024
      44.1K bytes
      Cache
     
  10. Classification of text documents using sparse f...

    predict ( X_test ) test_time = time () - t0 print ( f "test time: {..., ) data_test = fetch_20newsgroups ( subset = "test" , categories...
    scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html
    Mon May 20 18:34:24 UTC 2024
      94.2K bytes
      Cache
     
Back to top