Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 541 for tests (0.1 sec)

  1. Time-related feature engineering — scikit-learn...

    test_0 = all_splits [ 0 ] X . iloc [ test_0 ] season...train_4 , test_4 = all_splits [ 4 ] X . iloc [ test_4 ] season...
    scikit-learn.org/stable/auto_examples/applications/plot_cyclical_feature_engineering.html
    Mon Apr 29 15:57:10 UTC 2024
      151.8K 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
    Mon Apr 29 15:57:10 UTC 2024
      43.1K bytes
      Cache
     
  3. 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
    Mon Apr 29 15:57:10 UTC 2024
      73.9K 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
    Mon Apr 29 15:57:09 UTC 2024
      64.8K bytes
      Cache
     
  5. 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
    Mon Apr 29 15:57:10 UTC 2024
      90.1K bytes
      Cache
     
  6. 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
    Mon Apr 29 15:57:10 UTC 2024
      28.7K bytes
      Cache
     
  7. 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
    Mon Apr 29 15:57:10 UTC 2024
      59.7K 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
    Mon Apr 29 15:57:10 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
    Mon Apr 29 15:57:10 UTC 2024
      25.1K bytes
      Cache
     
  10. Best Headphones of 2023

    warranty duration based on tests that give an idea of the average...
    digg.com/technology/audio/best-headphones
    Tue Apr 30 01:17:00 UTC 2024
      248K bytes
      Cache
     
Back to top