Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 761 - 770 of 1,513 for text (1.98 sec)

  1. 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 Oct 20 15:12:27 UTC 2025
      293.2K bytes
      Cache
     
  2. PredefinedSplit — scikit-learn 1.7.2 documentation

    Provides train/test indices to split data into train/test sets using...The entry test_fold[i] represents the index of the test set that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Mon Oct 20 15:12:26 UTC 2025
      115.7K bytes
      Cache
     
  3. Plot classification probability — scikit-learn ...

    X_test , y_train , y_test = train_test_split ( X ,...predict_proba ( X_test ) accuracy_test = accuracy_score ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html
    Mon Oct 20 15:12:27 UTC 2025
      126.1K bytes
      Cache
     
  4. DBFlute Example (サンプル) | DBFlute

    MySQL dbflute-test-dbms-mysql PostgreSQL dbflute-test-dbms-postgresql...Oracle dbflute-test-dbms-oracle DB2 dbflute-test-dbms-db2 SQLServer...
    dbflute.seasar.org/ja/manual/reference/example/index.html
    Mon Sep 15 10:51:18 UTC 2025
      15.2K bytes
      52 views
      Cache
     
  5. Poisson regression and non-normal loss — scikit...

    df_test = train_test_split ( df , test_size = 0.33 ,...df_test [ "Frequency" ], df_test [ "Frequency" ], df_test [ "Exposure"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_poisson_regression_non_normal_loss.html
    Mon Oct 20 15:12:27 UTC 2025
      172.7K bytes
      Cache
     
  6. Live updates: U.S., South Korea reach trade dea...

    challenging Trump's tariffs until next year at the earliest. Show more...state Supreme Court justices in next week's election. The justices...
    www.nbcnews.com/politics/donald-trump/live-blog/live-updates-trump-xi-talks-south-korea-asia-tour...
    Thu Oct 30 00:49:46 UTC 2025
      749.8K bytes
      Cache
     
  7. LeavePGroupsOut — scikit-learn 1.7.2 documentation

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePGroupsOut.html
    Mon Oct 20 15:12:26 UTC 2025
      122.6K bytes
      Cache
     
  8. Release Highlights for scikit-learn 0.22 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...plot_roc_curve(svc, X_test, y_test) # rfc_disp = plot_roc_curve(rfc, X_test, y_test,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_22_0.html
    Mon Oct 20 15:12:27 UTC 2025
      140.6K bytes
      Cache
     
  9. LeaveOneOut — scikit-learn 1.7.2 documentation

    Provides train/test indices to split data in train/test sets. Each..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html
    Mon Oct 20 15:12:26 UTC 2025
      116.3K bytes
      Cache
     
  10. plot_hgbt_regression.py

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False) print(f"Training...
    scikit-learn.org/stable/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py
    Mon Oct 20 15:12:27 UTC 2025
      16.3K bytes
     
Back to top