Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 575 for tests (0.1 sec)

  1. sklearn.naive_bayes.MultinomialNB — scikit-lear...

    classification on an array of test vectors X. predict_joint_log_proba...probability estimates for the test vector X. predict_log_proba...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Fri Apr 26 16:41:50 UTC 2024
      66.4K bytes
      Cache
     
  2. sklearn.neighbors.NearestCentroid — scikit-lear...

    with test samples classified to the class...classification on an array of test vectors X . score (X, y[, sample_weight])...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Fri Apr 26 16:41:50 UTC 2024
      43.1K bytes
      Cache
     
  3. Decision Tree Regression — scikit-learn 1.4.2 d...

    predict ( X_test ) y_2 = regr_2 . predict ( X_test ) # Plot the.... fit ( X , y ) # Predict X_test = np . arange ( 0.0 , 5.0 ,...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html
    Fri Apr 26 16:41:50 UTC 2024
      28.7K bytes
      Cache
     
  4. sklearn.calibration.CalibratedClassifierCV — sc...

    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
    Fri Apr 26 16:41:50 UTC 2024
      64.8K bytes
      Cache
     
  5. Comparing Target Encoder with Other Encoders — ...

    "rmse_test_mean" : rmse_test_score . mean (), "rmse_test_std"...= True , ) rmse_test_score = - result [ "test_score" ] rmse_train_score...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder.html
    Fri Apr 26 16:41:48 UTC 2024
      73.9K bytes
      Cache
     
  6. Comparison of kernel ridge regression and SVR —...

    train_time = [] test_time = [] for train_test_size in sizes :...fit ( X [: train_test_size ], y [: train_test_size ]) train_time...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html
    Fri Apr 26 16:41:51 UTC 2024
      59.7K bytes
      Cache
     
  7. 6.1. Pipelines and composite estimators — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...format ( regr . score ( X_test , y_test ))) R2 score: 0.61 >>> raw_target_regr...
    scikit-learn.org/stable/modules/compose.html
    Fri Apr 26 16:41:50 UTC 2024
      90.1K bytes
      Cache
     
  8. Underfitting vs. Overfitting — scikit-learn 1.4...

    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
    Fri Apr 26 16:41:51 UTC 2024
      35.6K bytes
      Cache
     
  9. Model Selection — scikit-learn 1.4.2 documentation

    Train error vs Test error Train error vs Test error Underfitting...Successive Halving Iterations Test with permutations the significance...
    scikit-learn.org/stable/auto_examples/model_selection/index.html
    Fri Apr 26 16:41:51 UTC 2024
      25.1K bytes
      Cache
     
  10. 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/dfclipse...
    Mon Mar 18 15:47:33 UTC 2024
      32.7K bytes
      Cache
     
Back to top