Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 291 - 300 of 1,752 for test (0.06 sec)

  1. 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
    Fri Dec 20 11:14:16 UTC 2024
      143.1K bytes
      Cache
     
  2. 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
    Fri Dec 20 11:14:18 UTC 2024
      125.5K bytes
      Cache
     
  3. Prediction Intervals for Gradient Boosting Regr...

    test datasets: X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test , "b." , markersize = 10 , label = "Test observations"...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html
    Fri Dec 20 11:14:18 UTC 2024
      142.7K bytes
      Cache
     
  4. 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
    Fri Dec 20 11:14:18 UTC 2024
      96.8K bytes
      Cache
     
  5. Time-related feature engineering — scikit-learn...

    test_0 = all_splits [ 0 ] X . iloc [ test_0 ] season...train_4 , test_4 = all_splits [ 4 ] X . iloc [ test_4 ] season...
    scikit-learn.org/stable/auto_examples/applications/plot_cyclical_feature_engineering.html
    Fri Dec 20 11:14:14 UTC 2024
      216.2K bytes
      Cache
     
  6. 10. Common pitfalls and recommended practices —...

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/common_pitfalls.html
    Fri Dec 20 11:14:14 UTC 2024
      100.8K bytes
      Cache
     
  7. 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
    Fri Dec 20 11:14:18 UTC 2024
      157.1K bytes
      Cache
     
  8. Introducing Elastic Observability's new Synthet...

    monitoring tests Creating end-to-end synthetics monitoring tests Playwright...managed testing service, offering a global network of testing locations....
    www.elastic.co/observability-labs/blog/new-synthetic-monitoring-observability
    Wed Dec 11 09:11:27 UTC 2024
      66.1K bytes
      Cache
     
  9. 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
    Fri Dec 20 11:14:14 UTC 2024
      149.7K bytes
      Cache
     
  10. ELSER – Elastic Learned Sparse EncodeR | Machin...

    Testing ELSER You can test the deployed model...want to test ELSER on. Provide a search query and click Test . Evaluating...
    www.elastic.co/guide/en/machine-learning/current/ml-nlp-elser.html
    Thu Dec 12 14:56:30 UTC 2024
      48.3K bytes
      Cache
     
Back to top