Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 331 - 340 of 1,752 for test (0.06 sec)

  1. Prediction Latency — scikit-learn 1.6.0 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
    Fri Dec 20 11:14:18 UTC 2024
      142.9K bytes
      Cache
     
  2. 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
    Fri Dec 20 11:14:18 UTC 2024
      115.4K bytes
      Cache
     
  3. Visualizations with Display Objects — scikit-le...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) cm = confusion_matrix ( y_test , y_pred ) cm_display...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_display_object_visualization.html
    Fri Dec 20 11:14:18 UTC 2024
      116.4K bytes
      Cache
     
  4. 外だし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/dbflutefit/outsidesqltitle/index.html
    Tue Nov 12 15:10:59 UTC 2024
      13.3K bytes
      Cache
     
  5. Version 0.18 — scikit-learn 1.6.0 documentation

    'split0_test_score' ), as well as their mean ( 'mean_test_score'...sklearn.model_selection.train_test_split raised an error when stratify...
    scikit-learn.org/stable/whats_new/v0.18.html
    Fri Dec 20 11:14:18 UTC 2024
      134.1K bytes
      Cache
      Similar Results (1)
     
  6. Logistic function — scikit-learn 1.6.0 document...

    plot ( X_test , ols . coef_ * X_test + ols . intercept_...= "black" , zorder = 20 ) X_test = np . linspace ( - 5 , 10 ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html
    Fri Dec 20 11:14:18 UTC 2024
      95.5K bytes
      Cache
     
  7. load_svmlight_files — scikit-learn 1.6.0 docume...

    target_test X_train , y_train , X_test , y_test = get_data ()...matrix X_test, it is essential that X_train and X_test have the...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_files.html
    Fri Dec 20 11:14:14 UTC 2024
      111.7K bytes
      Cache
     
  8. Tweedie regression on insurance claims — scikit...

    ( "test" , X_test , df_test ), ]: y , _weights...train_test_split df_train , df_test , X_train , X_test = train_test_split...
    scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html
    Fri Dec 20 11:14:14 UTC 2024
      181.5K bytes
      Cache
     
  9. MultinomialNB — scikit-learn 1.6.0 documentation

    classification of text documents Out-of-core classification of text documents...classification on an array of test vectors X. Parameters : X array-like...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Fri Dec 20 11:14:16 UTC 2024
      152.4K bytes
      Cache
     
  10. plot_classifier_comparison.zip

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_downloads/ce35bcc69acbd491cf7ac77fa17889d5/plot_classifier_comparison.zip
    Fri Dec 20 11:14:17 UTC 2024
      10.8K bytes
     
Back to top