Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 401 - 420 of 1,332 for test (1.12 sec)

  1. Model Complexity Influence — scikit-learn 1.7.0...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , "X_test" : X_test , "y_train" : y_train , "y_test" : y_test...
    scikit-learn.org/stable/auto_examples/applications/plot_model_complexity_influence.html
    Tue Jul 01 15:59:33 UTC 2025
      126K bytes
      1 views
      Cache
     
  2. RBF SVM parameters — scikit-learn 1.7.0 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
    Tue Jul 01 15:59:33 UTC 2025
      118.9K bytes
      Cache
     
  3. OLX delivers trusted trading platforms with Ela...

    initial testing within their AWS account, and the tests proved...downloading the Elastic Stack and testing the functionality of Elastic’s...
    www.elastic.co/customers/olx-delivers-trusted-trading-platforms-with-elastic-cloud-on-aws
    Wed Jul 02 00:37:05 UTC 2025
      432.7K bytes
      Cache
     
  4. Getting Started — scikit-learn 1.7.0 documentation

    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/getting_started.html
    Tue Jul 01 15:59:32 UTC 2025
      48.7K bytes
      Cache
     
  5. L1-based models for Sparse Signals — scikit-lea...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 , shuffle = False ) In...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Tue Jul 01 15:59:32 UTC 2025
      125.4K bytes
      Cache
     
  6. Tags — scikit-learn 1.7.0 documentation

    _skip_test bool, default=False Whether to skip common tests entirely....requires_fit: bool = True , _skip_test: bool = False , input_tags:...
    scikit-learn.org/stable/modules/generated/sklearn.utils.Tags.html
    Mon Jun 30 13:50:30 UTC 2025
      110.8K bytes
      Cache
     
  7. Dimensionality Reduction with Neighborhood Comp...

    train/test X_train , X_test , y_train , y_test = train_test_split...( model . transform ( X_test ), y_test ) # Embed the data set...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html
    Tue Jul 01 15:59:33 UTC 2025
      98.2K bytes
      Cache
     
  8. javatry (じゃゔぁとらい) | DBFlute

    public void test_length_basic() { } ↓↓↓ public void test_length_basic()...(メソッド終了時の変数 sea の中身は?) */ public void test_variable_reassigned_basic()...
    dbflute.seasar.org/ja/tutorial/javatry/index.html
    Fri Jun 13 09:55:28 UTC 2025
      27.4K bytes
      Cache
     
  9. NeighborhoodComponentsAnalysis — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...print ( knn . score ( X_test , y_test )) 0.933333... >>> knn ....
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NeighborhoodComponentsAnalysis.html
    Tue Jul 01 15:59:34 UTC 2025
      143K bytes
      Cache
     
  10. Release Highlights for scikit-learn 0.24 — scik...

    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/release_highlights/plot_release_highlights_0_24_0.html
    Tue Jul 01 15:59:32 UTC 2025
      176.2K bytes
      Cache
     
  11. Probability calibration of classifiers — scikit...

    y_test , sw_train , sw_test = train_test_split ( X , y , sample_weight...split train, test for calibration X_train , X_test , y_train ,...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html
    Tue Jul 01 15:59:33 UTC 2025
      109.3K bytes
      Cache
     
  12. How Trump and Musk's Feud May Impact the ‘Big, ...

    Trump’s ‘Big Beautiful Bill’ Tests Unity of Republican Party 01:49...Trump’s ‘Big Beautiful Bill’ Tests Unity of Republican Party 01:49...
    www.today.com/video/how-trump-and-musk-s-feud-may-impact-the-big-beautiful-bill-241036357563
    Sat Jun 07 00:58:24 UTC 2025
      1.8M bytes
      Cache
     
  13. Multiclass Receiver Operating Characteristic (R...

    X_test , y_train , y_test , ) = train_test_split ( X...y_onehot_test = label_binarizer . transform ( y_test ) y_onehot_test...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html
    Tue Jul 01 15:59:35 UTC 2025
      150.8K bytes
      Cache
     
  14. Getting started: Protect hosts with endpoint th...

    To test drive your first deployment,...(EICAR) provides anti malware test files. If your company policy...
    www.elastic.co/guide/en/starting-with-the-elasticsearch-platform-and-its-solutions/8.18/getting-s...
    Wed Apr 23 21:37:47 UTC 2025
      29.2K 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
    Fri Jun 13 09:55:28 UTC 2025
      50.4K bytes
      1 views
     
  16. RegressorChain — scikit-learn 1.7.0 documentation

    test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.RegressorChain.html
    Tue Jul 01 15:59:34 UTC 2025
      133.9K bytes
      Cache
     
  17. Confusion matrix — scikit-learn 1.7.0 documenta...

    set and a test set X_train , X_test , y_train , y_test = train_test_split...from_estimator ( classifier , X_test , y_test , display_labels = class_names...
    scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html
    Tue Jul 01 15:59:32 UTC 2025
      88.9K bytes
      Cache
     
  18. Nearest Neighbors regression — scikit-learn 1.7...

    axis = 0 ) X_test = np . linspace ( 0 , 5 , 500...X_train , y ) . predict ( X_test ) plt . subplot ( 2 , 1 , i...
    scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html
    Tue Jul 01 15:59:33 UTC 2025
      91.4K bytes
      Cache
     
  19. Live updates: Mike Lee removes posts on Minneso...

    him of doing everything to "test the boundaries of his power"...
    www.nbcnews.com/politics/politics-news/live-blog/trump-administration-tariffs-iran-israel-live-up...
    Wed Jun 18 01:12:39 UTC 2025
      1.1M bytes
      Cache
     
  20. 44 Million at Risk for Severe Weather After Sto...

    Trump’s ‘Big Beautiful Bill’ Tests Unity of Republican Party 01:49...Trump’s ‘Big Beautiful Bill’ Tests Unity of Republican Party 01:49...
    www.today.com/video/44-million-at-risk-for-severe-weather-after-storm-slams-midwest-241132613809
    Mon Jun 09 01:09:51 UTC 2025
      1.8M bytes
      Cache
     
Back to top