Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1311 - 1320 of 2,219 for text (0.07 sec)

  1. Prediction Intervals for Gradient Boosting Regr...

    test datasets: X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test , "b." , markersize = 10 , label = "Test observations"...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html
    Mon Nov 04 18:26:54 UTC 2024
      136.9K bytes
      Cache
     
  2. StratifiedGroupKFold — scikit-learn 1.5.2 docum...

    print ( f " Test: index= { test_index } " ) ... print...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html
    Mon Nov 04 18:26:54 UTC 2024
      128.4K bytes
      Cache
     
  3. Multi-class AdaBoosted Decision Trees — scikit-...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...the remaining 30 percent for testing. from sklearn.model_selection...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html
    Mon Nov 04 18:26:54 UTC 2024
      110.7K bytes
      Cache
     
  4. Multiclass sparse logistic regression on 20newg...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) accuracy = np . sum ( y_pred == y_test ) / y_test...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html
    Mon Nov 04 18:26:52 UTC 2024
      101.2K bytes
      Cache
     
  5. Action定義のテスト (ActionDefTest) | LastaFlute

    src/main/resources // メインのリソース置き場 src/test/java // テストクラス置き場 |-org.docksidestage...UnitDocksideTestCase { public void test_component() throws Exception...
    dbflute.seasar.org/ja/lastaflute/howto/action/actiondeftest.html
    Thu Oct 31 08:02:02 UTC 2024
      22K bytes
      28 views
      Cache
     
  6. Monitor your Python data pipelines with OTEL — ...

    Next, we create a rule of type custom...your project's requirements.txt file and install them with pip...
    www.elastic.co/observability-labs/blog/monitor-your-python-data-pipelines-with-otel
    Mon Oct 07 00:49:11 UTC 2024
      158.4K bytes
      1 views
      Cache
     
  7. Kernel PCA — scikit-learn 1.5.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 Nov 04 18:26:54 UTC 2024
      103.5K bytes
      Cache
     
  8. DB2の取扱い | DBFlute

    ) plain ) ext where ext.rn > 80 and ext.rn <= 100 ConditionBean...plain ) ext where ext.rn > /*pmb.pageStartIndex*/ 80 and ext.rn <=...
    dbflute.seasar.org/ja/manual/reference/dbway/db2/
    Thu Oct 31 08:02:02 UTC 2024
      29.1K bytes
      Cache
      Similar Results (1)
     
  9. 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
    Mon Nov 04 18:26:54 UTC 2024
      96.5K bytes
      Cache
     
  10. Post-tuning the decision threshold for cost-sen...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...model , X_test , y_test ), scoring [ "tpr" ]( model , X_test , y_test...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html
    Mon Nov 04 18:26:54 UTC 2024
      223.9K bytes
      Cache
     
Back to top