Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 431 - 440 of 1,331 for test (0.37 sec)

  1. World News: International Headlines, Breaking R...

    Shopping The 12 best women’s walking shoes, tested & reviewed 327d...Shopping The 5 best Hoka walking shoes, tested and reviewed 19d...
    www.nbcnews.com/world
    Wed Aug 20 01:13:44 UTC 2025
      1.2M bytes
      1 views
      Cache
     
  2. Principal Component Regression vs Partial Least...

    X_test , y_train , y_test = train_test_split ( X ,...scatter ( pca . transform ( X_test ), y_test , alpha = 0.3 , label =...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html
    Wed Aug 20 16:02:08 UTC 2025
      112.9K bytes
      Cache
     
  3. Examples of Using FrozenEstimator — scikit-lear...

    X_test , y_train , y_test = train_test_split ( X ,...( X_test )[:, 1 ] clf_score = brier_score_loss ( y_test , prob_pos_clf...
    scikit-learn.org/stable/auto_examples/frozen/plot_frozen_examples.html
    Wed Aug 20 16:02:09 UTC 2025
      100.9K bytes
      Cache
     
  4. 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
    Tue Aug 12 02:41:09 UTC 2025
      32.7K bytes
      1 views
      Cache
     
  5. maxabs_scale — scikit-learn 1.7.1 documentation

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.maxabs_scale.html
    Wed Aug 20 16:02:08 UTC 2025
      109.8K bytes
      Cache
     
  6. Robust linear estimator fitting — scikit-learn ...

    sin ( X_test ) X_test = X_test [:, np . newaxis ] y_errors...newaxis ] X_test = np . random . normal ( size = 200 ) y_test = np ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_robust_fit.html
    Wed Aug 20 16:02:09 UTC 2025
      101.5K bytes
      Cache
     
  7. SGDOneClassSVM — scikit-learn 1.7.1 documentation

    n_features) Testing data. Returns : dec array-like,...shape (n_samples, n_features) Testing data. Returns : y array, shape...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDOneClassSVM.html
    Wed Aug 20 16:02:09 UTC 2025
      154.2K bytes
      Cache
     
  8. Feature discretization — scikit-learn 1.7.1 doc...

    training and test part X_train , X_test , y_train , y_test = train_test_split...and testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Wed Aug 20 16:02:09 UTC 2025
      128.7K bytes
      Cache
     
  9. SelectFpr — scikit-learn 1.7.1 documentation

    a FPR test. FPR test stands for False Positive Rate test. It controls...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html
    Wed Aug 20 16:02:07 UTC 2025
      132.7K bytes
      Cache
     
  10. ExtraTreeRegressor — scikit-learn 1.7.1 documen...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.33 apply ( X , check_input...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html
    Wed Aug 20 16:02:08 UTC 2025
      160.8K bytes
      Cache
     
Back to top