Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 541 - 550 of 1,829 for test (0.11 sec)

  1. MLPClassifier — scikit-learn 1.6.0 documentation

    X_test , y_train , y_test = train_test_split ( X ,...1]) >>> clf . score ( X_test , y_test ) 0.8... fit ( X , y ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html
    Fri Dec 20 11:14:14 UTC 2024
      158.8K bytes
      Cache
     
  2. Features in Histogram Gradient Boosting Trees —...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.4 , shuffle = False ) print...
    scikit-learn.org/stable/auto_examples/ensemble/plot_hgbt_regression.html
    Mon Dec 23 08:41:44 UTC 2024
      151K bytes
      Cache
     
  3. Comparing random forests and the multi-output m...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) y_rf = regr_rf . predict ( X_test ) # Plot the...
    scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_regression_multioutput.html
    Mon Dec 23 08:41:44 UTC 2024
      99.1K bytes
      Cache
     
  4. LeaveOneGroupOut — scikit-learn 1.6.0 documenta...

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html
    Mon Dec 23 08:41:44 UTC 2024
      122.5K bytes
      Cache
     
  5. Successive Halving Iterations — scikit-learn 1....

    The best candidate is the candidate that has the best score..."params_str" , values = "mean_test_score" ) ax = mean_scores ....
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html
    Mon Dec 23 08:41:44 UTC 2024
      112.8K bytes
      Cache
     
  6. Explicit feature map approximation for RBF kern...

    the second half: data_test , targets_test = ( data [ n_samples...2 :]) # data_test = scaler.transform(data_test) # Create a classifier:...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_approximation.html
    Mon Dec 23 08:41:44 UTC 2024
      124.9K bytes
      Cache
     
  7. plot_release_highlights_1_5_0.ipynb

    X_test, y_train, y_test = train_test_split(X, y, ...imator(classifier_05, X_test, y_test)" ] }, { "cell_type": "markdown",...
    scikit-learn.org/stable/_downloads/ae2d0a2ad69c5df5b93e5ea5c87d56b2/plot_release_highlights_1_5_0...
    Sun Dec 08 14:35:21 UTC 2024
      11.3K bytes
     
  8. LabelSpreading — scikit-learn 1.6.0 documentation

    on a Text Dataset Semi-supervised Classification on a Text Dataset...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelSpreading.html
    Thu Dec 12 16:37:36 UTC 2024
      136.2K bytes
      Cache
     
  9. Microsoft's Controversial 'Recall' Feature is A...

    Recall binaries on disk while we test add/remove. In a future update...by writes: Microsoft hasn't tested the underpinnings for long...
    tech.slashdot.org/story/24/11/24/2325257/microsofts-controversial-recall-feature-is-already-exper...
    Mon Nov 25 01:13:35 UTC 2024
      108.6K bytes
      Cache
     
  10. org.seasar.dbflute.maven.plugin (DBFlute Maven ...

    provides outside-sql-test goal to run outside-sql-test. ReplaceSchemaCommand...
    dbflute.seasar.org/maven/plugin/apidocs/org/seasar/dbflute/maven/plugin/package-summary.html
    Tue Nov 12 15:10:59 UTC 2024
      9.7K bytes
      Cache
     
Back to top