Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 171 - 180 of 857 for tests (0.08 sec)

  1. 7.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 Jun 30 13:50:30 UTC 2025
      112.5K bytes
      Cache
     
  2. 12.1. Array API support (experimental) — scikit...

    train_test_split utils.check_consistent_length...checks as part of the common tests to verify that the estimators’...
    scikit-learn.org/stable/modules/array_api.html
    Mon Jun 30 13:50:30 UTC 2025
      68.1K bytes
      Cache
     
  3. Nearest Neighbors Classification — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...split the data into a train and test dataset. from sklearn.datasets...
    scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html
    Mon Jun 30 13:50:29 UTC 2025
      96.2K bytes
      Cache
     
  4. 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 Jun 30 13:50:29 UTC 2025
      122.9K bytes
      Cache
     
  5. 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
     
  6. 7.4. Imputation of missing values — scikit-lear...

    X_test , y_train , _ = train_test_split ( X , y , test_size...SimpleImputer(missing_values=-1) >>> X_test = sp . csc_matrix ([[ - 1 ,...
    scikit-learn.org/stable/modules/impute.html
    Mon Jun 30 13:50:27 UTC 2025
      84.4K bytes
      Cache
     
  7. 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
     
  8. LedoitWolf — 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.LedoitWolf.html
    Mon Jun 30 13:50:27 UTC 2025
      133.2K bytes
      Cache
     
  9. 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
     
  10. 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
     
Back to top