Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 361 - 370 of 1,333 for test (2.34 sec)

  1. Feature transformations with ensembles of trees...

    X_test , y_full_train , y_test = train_test_split ( X...train_test_split ( X_full_train , y_full_train , test_size =...
    scikit-learn.org/stable/auto_examples/ensemble/plot_feature_transformation.html
    Wed Jul 02 18:21:48 UTC 2025
      197K bytes
      Cache
     
  2. 9.3. Parallelism, resource management, and conf...

    sure that test results are independent of the test execution...run all tests with different seeds while keeping the test duration...
    scikit-learn.org/stable/computing/parallelism.html
    Wed Jul 02 18:21:48 UTC 2025
      61K bytes
      Cache
     
  3. MNIST classification using multinomial logistic...

    X_test , y_train , y_test = train_test_split ( X ,...clf . score ( X_test , y_test ) # print('Best C % .4f' % clf.C_)...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Wed Jul 02 18:21:48 UTC 2025
      96.3K bytes
      Cache
     
  4. 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
    Wed Jul 02 18:21:48 UTC 2025
      96.2K bytes
      Cache
     
  5. Perceptron — scikit-learn 1.7.0 documentation

    classification of text documents Out-of-core classification of text documents...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Perceptron.html
    Wed Jul 02 18:21:48 UTC 2025
      162.4K bytes
      Cache
     
  6. NuSVR — scikit-learn 1.7.0 documentation

    expected shape of X is (n_samples_test, n_samples_train). Returns :...coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Fri Jun 27 15:51:03 UTC 2025
      142.7K bytes
      Cache
     
  7. Gradient Boosting Out-of-Bag estimates — scikit...

    -= test_score [ 0 ] test_best_iter = x [ np . argmin ( test_score...x = test_best_iter , color = test_color , linestyle = test_line...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Wed Jul 02 18:21:48 UTC 2025
      112K bytes
      Cache
     
  8. ExtraTreesClassifier — scikit-learn 1.7.0 docum...

    max_leaf_nodes in best-first fashion. Best nodes are defined...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesClassifier.html
    Wed Jul 02 18:21:48 UTC 2025
      167.6K bytes
      Cache
     
  9. 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
     
  10. Precision-Recall — scikit-learn 1.7.0 documenta...

    and test X_train , X_test , y_train , y_test = train_test_split...and test X_train , X_test , Y_train , Y_test = train_test_split...
    scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html
    Wed Jul 02 18:21:48 UTC 2025
      151.3K bytes
      Cache
     
Back to top