Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1391 - 1400 of 2,141 for text (0.12 sec)

  1. QuadraticDiscriminantAnalysis — scikit-learn 1....

    n_features) Array of samples (test vectors). Returns : C ndarray...classification on an array of test vectors X. The predicted class...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Sat Nov 23 04:49:16 UTC 2024
      140.4K bytes
      Cache
     
  2. 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
    Sat Nov 23 04:49:16 UTC 2024
      93.9K bytes
      Cache
     
  3. Using NLP and Pattern Matching to Detect, Asses...

    Applying the Redact Processor Next, we will apply the redact processor....the data recently when you run Test it should do something like...
    www.elastic.co/observability-labs/blog/pii-ner-regex-assess-redact-part-2
    Sat Nov 23 00:45:52 UTC 2024
      266.5K bytes
      Cache
     
  4. cross_validate — scikit-learn 1.5.2 documentation

    this dict are: test_score The score array for test scores on each..._score in test_score changes to a specific metric like test_r2 or...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Sat Nov 23 04:49:15 UTC 2024
      136.1K bytes
      Cache
     
  5. ExtraTreesRegressor — scikit-learn 1.5.2 docume...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.2727... apply ( X )...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Sat Nov 23 04:49:15 UTC 2024
      163.5K bytes
      Cache
     
  6. DBFluteクライアント | DBFlute

    JDBCタスクのシェルスクリプト |-outside-sql-test.bat // OutsideSqlTestタスクのバッチスクリプト...チスクリプト |-outside-sql-test.sh // OutsideSqlTestタスクのシェルスクリプト |-replace-schema.bat...
    dbflute.seasar.org/ja/manual/function/generator/client/index.html
    Tue Nov 12 15:10:59 UTC 2024
      20.8K bytes
      Cache
     
  7. SVC — scikit-learn 1.5.2 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.SVC.html
    Sat Nov 23 04:49:16 UTC 2024
      181.3K bytes
      Cache
     
  8. ハンズオンセクション 11 | DBFlute

    その会員に紐づく支払済み購入のデータも取得する 対応テストメソッド test_selectPurchaseMember_会員と購入が検索されていること()...で含んでいる会員名称の会員を検索する 対応テストメソッド test_selectUnpaidMemberLi_未払い購入がある会員が検索されていること()...
    dbflute.seasar.org/ja/tutorial/handson/section11.html
    Tue Nov 12 15:10:59 UTC 2024
      19.7K bytes
      Cache
     
  9. Nearest Neighbors regression — scikit-learn 1.5...

    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
    Sat Nov 23 04:49:16 UTC 2024
      87.6K bytes
      Cache
     
  10. 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
    Sat Nov 23 04:49:15 UTC 2024
      110.7K bytes
      Cache
     
Back to top