Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 361 - 380 of 889 for test (0.19 sec)

  1. Multi-output Decision Tree Regression — scikit-...

    predict ( X_test ) y_2 = regr_2 . predict ( X_test ) y_3 = regr_3.... fit ( X , y ) # Predict X_test = np . arange ( - 100.0 , 100.0...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression_multioutput.html
    Wed May 22 15:20:05 UTC 2024
      96.4K bytes
      Cache
     
  2. 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
    Wed May 22 15:20:10 UTC 2024
      111K bytes
      Cache
     
  3. Getting Started — scikit-learn 1.5.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
    Wed May 22 15:20:10 UTC 2024
      52.8K bytes
      Cache
     
  4. 6.4. Imputation of missing values — scikit-lear...

    X_test , y_train , _ = train_test_split ( X , y , test_size...SimpleImputer(missing_values=-1) >>> X_test = sp . csc_matrix ([[ - 1 ,...
    scikit-learn.org/stable/modules/impute.html
    Wed May 22 15:20:08 UTC 2024
      88.4K bytes
      Cache
     
  5. Logistic function — scikit-learn 1.5.0 document...

    plot ( X_test , ols . coef_ * X_test + ols . intercept_...= "black" , zorder = 20 ) X_test = np . linspace ( - 5 , 10 ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html
    Wed May 22 15:20:10 UTC 2024
      94.8K bytes
      Cache
     
  6. Understanding the decision tree structure — sci...

    X_test , y_train , y_test = train_test_split ( X ,...decision_path ( X_test ) leaf_id = clf . apply ( X_test ) sample_id...
    scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html
    Wed May 22 15:20:07 UTC 2024
      125.1K bytes
      Cache
     
  7. Model Complexity Influence — scikit-learn 1.5.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
    Wed May 22 15:20:10 UTC 2024
      124.1K bytes
      Cache
     
  8. 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
    Wed May 22 15:20:07 UTC 2024
      108.8K bytes
      Cache
     
  9. 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
    Thu May 23 00:36:02 UTC 2024
      348.8K bytes
      Cache
     
  10. Restricted Boltzmann Machine features for digit...

    X_test , Y_train , Y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split from sklearn.preprocessing...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_rbm_logistic_classification.html
    Wed May 22 15:20:07 UTC 2024
      122.6K bytes
      Cache
     
  11. Select | Deals, Tips and Product Reviews | Sele...

    Select 100 The 100 best moisturizers tested and ranked, according...Sunbasket The best meal delivery services, tested by editors Kara...
    www.nbcnews.com/select
    Thu May 23 00:51:32 UTC 2024
      787.3K bytes
      1 views
      Cache
     
  12. One-Class SVM versus One-Class SVM using Stocha...

    size n_error_test = y_pred_test [ y_pred_test == - 1 ] . size...size n_error_test_sgd = y_pred_test_sgd [ y_pred_test_sgd == - 1...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgdocsvm_vs_ocsvm.html
    Wed May 22 15:20:05 UTC 2024
      121.1K bytes
      1 views
      Cache
     
  13. Image denoising using kernel PCA — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...0.25 , size = X_test . shape ) X_test_noisy = X_test + noise noise...
    scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html
    Wed May 22 15:20:07 UTC 2024
      102.5K bytes
      Cache
     
  14. Second human case of bird flu linked to dairy c...

    a sample taken from the eye tested positive for the virus. A sample...typical flu season is over and testing for the virus falls to a minimum...
    www.nbcnews.com/health/health-news/second-human-case-bird-flu-linked-dairy-cows-found-michigan-rc...
    Thu May 23 00:53:56 UTC 2024
      250.8K bytes
      Cache
     
  15. Multilabel classification using a classifier ch...

    X_test , Y_train , Y_test = train_test_split ( X ,...predict ( X_test ) ovr_jaccard_score = jaccard_score ( Y_test , Y_pred_ovr...
    scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html
    Wed May 22 15:20:05 UTC 2024
      104.5K bytes
      Cache
     
  16. LeavePOut — scikit-learn 1.5.0 documentation

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html
    Wed May 22 15:20:08 UTC 2024
      122.5K bytes
      Cache
     
  17. Pipelining: chaining a PCA and a logistic regre...

    errorbar ( best_clfs [ components_col ], best_clfs [ "mean_test_score"...ents" is_max_test_score = pl . col ( "mean_test_score" ) == pl...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Wed May 22 15:20:07 UTC 2024
      96.4K bytes
      Cache
     
  18. Normal, Ledoit-Wolf and OAS Linear Discriminant...

    for training n_test = 200 # samples for testing n_averages = 50...) X , y = generate_data ( n_test , n_features ) score_clf1 +=...
    scikit-learn.org/stable/auto_examples/classification/plot_lda.html
    Wed May 22 15:20:05 UTC 2024
      98.5K bytes
      Cache
     
  19. IsolationForest example — scikit-learn 1.5.0 do...

    X_test , y_train , y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split n_samples , n_outliers...
    scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html
    Wed May 22 15:20:07 UTC 2024
      117.8K bytes
      Cache
     
  20. 4.2. Permutation feature importance — scikit-le...

    model_selection import train_test_split >>> from sklearn.linear_model...X_val , y_train , y_val = train_test_split ( ... diabetes . data...
    scikit-learn.org/stable/modules/permutation_importance.html
    Wed May 22 15:20:08 UTC 2024
      61.2K bytes
      Cache
     
Back to top