Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 421 - 440 of 1,271 for test (0.62 sec)

  1. Version 0.13 — scikit-learn 1.7.2 documentation

    train_test_split being interpreted as a test by Yaroslav...Changed default test_size in cross_validation.train_test_split to None,...
    scikit-learn.org/stable/whats_new/v0.13.html
    Tue Nov 04 06:34:51 UTC 2025
      72.2K bytes
      Cache
     
  2. 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
    Mon Sep 15 10:51:18 UTC 2025
      32.7K bytes
      1 views
      Cache
     
  3. Early stopping of Stochastic Gradient Descent —...

    y_train ) test_score = estimator . score ( X_test , y_test ) return...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html
    Wed Nov 05 14:36:33 UTC 2025
      107.6K bytes
      Cache
     
  4. 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
    Wed Nov 05 14:36:33 UTC 2025
      98.6K bytes
      Cache
     
  5. Custom refit strategy of a grid search with cro...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split..., "mean_test_recall" , "std_test_recall" , "mean_test_precision"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html
    Wed Nov 05 14:36:35 UTC 2025
      136K bytes
      Cache
     
  6. Crawl a private network using a web crawler on ...

    X-Cache: HIT from test-proxy X-Cache-Lookup: HIT from test-proxy:3128...details on how to set this up. Testing proxy connections Before changing...
    www.elastic.co/guide/en/app-search/current/crawl-private-network-cloud.html
    Mon Oct 20 16:31:26 UTC 2025
      20.3K bytes
      Cache
     
  7. Comparison between grid search and successive h...

    is_sh : # SH dataframe: get mean_test_score values for the highest...= "param_C" , values = "mean_test_score" , aggfunc = "last" ,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html
    Wed Nov 05 14:36:32 UTC 2025
      106K bytes
      Cache
     
  8. Build your search queries | Elastic Docs

    you can start building and testing your search queries. Elasticsearch...Interface Endpoint Description Best for Query DSL _search Original,...
    www.elastic.co/docs/solutions/search/querying-for-search
    Tue Nov 04 17:37:28 UTC 2025
      357.6K bytes
      Cache
     
  9. LeaveOneGroupOut — scikit-learn 1.7.2 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
    Wed Nov 05 14:36:33 UTC 2025
      122.1K bytes
      Cache
     
  10. 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
    Wed Nov 05 14:36:33 UTC 2025
      150.9K bytes
      Cache
     
  11. SelectFpr — scikit-learn 1.7.2 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 Nov 05 14:36:32 UTC 2025
      132.7K bytes
      Cache
     
  12. Varying regularization in Multi-layer Perceptro...

    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/neural_networks/plot_mlp_alpha.html
    Wed Nov 05 14:36:35 UTC 2025
      109.1K bytes
      Cache
     
  13. 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
    Wed Nov 05 14:36:32 UTC 2025
      124.4K bytes
      Cache
     
  14. 2.5. Decomposing signals in components (matrix ...

    ||X-UV||_{\text{Fro}}^2+\alpha||V||_{1,1} \\ \text{subject to...||X-UV||_{\text{Fro}}^2+\alpha||U||_{1,1} \\ \text{subject to...
    scikit-learn.org/stable/modules/decomposition.html
    Wed Nov 05 14:36:33 UTC 2025
      126.7K bytes
      Cache
     
  15. java-editor-templates.xml

    test_junit4 Test @${testType:newType(org.junit.Test)} public...wt.text Text ${type:newType(org.eclipse.swt.widgets.Text)} $...
    dbflute.seasar.org/download/patch/handson/20140921_templates/java-editor-templates.xml
    Mon Sep 15 10:51:15 UTC 2025
      50.4K bytes
      3 views
     
  16. RBF SVM parameters — scikit-learn 1.7.2 documen...

    best_params_ , grid . best_score_ ) ) The best parameters...and just applying it on the test set. from sklearn.preprocessing...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Wed Nov 05 14:36:35 UTC 2025
      118.9K bytes
      Cache
     
  17. Effect of transforming the targets in regressio...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html
    Wed Nov 05 14:36:35 UTC 2025
      125.3K bytes
      Cache
     
  18. Scaling the regularization parameter for SVCs —...

    = 1e-3 ) We compute the mean test score for different values of...train_sizes ] shuffle_params = { "test_size" : 0.3 , "n_splits" : 150...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_scale_c.html
    Wed Nov 05 14:36:35 UTC 2025
      115.5K bytes
      Cache
     
  19. ROC Curve with Visualization API — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( svc , X_test , y_test ) plt . show () Training...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_roc_curve_visualization_api.html
    Wed Nov 05 14:36:35 UTC 2025
      113.9K bytes
      Cache
     
  20. Recognizing hand-written digits — scikit-learn ...

    and 50% test subsets X_train , X_test , y_train , y_test = train_test_split...train_test_split ( data , digits . target , test_size = 0.5 , shuffle...
    scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html
    Wed Nov 05 14:36:35 UTC 2025
      102K bytes
      Cache
     
Back to top