Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 151 - 160 of 857 for tests (0.1 sec)

  1. DBFluteのEclipseコード補完 | LastaFlute

    UTFluteのテストメソッドを補完 (_test) _test (TEST) e.g. UTFluteのテストメソッドを補完 @Java _test .......addOrderBy_${columnName} _test UTFlute, testメソッド補完、Arrange,Act,Assert付き...
    dbflute.seasar.org/ja/tutorial/eclipse/dfclipsecomp.html
    Fri Jun 13 09:55:28 UTC 2025
      32.7K bytes
      1 views
      Cache
     
  2. Lagged features for time series forecasting — s...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.2 , random_state = 42 )...
    scikit-learn.org/stable/auto_examples/applications/plot_time_series_lagged_features.html
    Mon Jun 30 13:50:30 UTC 2025
      162.8K bytes
      Cache
     
  3. OAS — scikit-learn 1.7.0 documentation

    : X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.OAS.html
    Mon Jun 30 13:50:30 UTC 2025
      133.1K bytes
      Cache
     
  4. Underfitting vs. Overfitting — scikit-learn 1.7...

    plot ( X_test , pipeline . predict ( X_test [:, np . newaxis..."Model" ) plt . plot ( X_test , true_fun ( X_test ), label = "True function"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html
    Mon Jun 30 13:50:30 UTC 2025
      98.8K bytes
      Cache
     
  5. CalibratedClassifierCV — scikit-learn 1.7.0 doc...

    and calibrates it using the testing subset. For prediction, predicted...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Mon Jun 30 13:50:30 UTC 2025
      154.7K bytes
      Cache
     
  6. Model Selection — scikit-learn 1.7.0 documentation

    regularization on training and test error Effect of model regularization...regularization on training and test error Multiclass Receiver Operating...
    scikit-learn.org/stable/auto_examples/model_selection/index.html
    Mon Jun 30 13:50:30 UTC 2025
      89K bytes
      Cache
     
  7. StratifiedGroupKFold — scikit-learn 1.7.0 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 Jun 30 13:50:27 UTC 2025
      129.9K bytes
      Cache
     
  8. 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 Jun 30 13:50:30 UTC 2025
      115.1K bytes
      Cache
     
  9. ROC Curve with Visualization API — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( svc , X_test , y_test ) plt . show () Training...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_roc_curve_visualization_api.html
    Mon Jun 30 13:50:27 UTC 2025
      113.9K bytes
      Cache
     
  10. Class Likelihood Ratios to measure classificati...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...the link between pre-test and post-test odds given by the Class...
    scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html
    Mon Jun 30 13:50:29 UTC 2025
      143.3K bytes
      Cache
     
Back to top