Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 301 - 320 of 1,179 for test (0.14 sec)

  1. Release Highlights for scikit-learn 0.23 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test )) print ( gbdt . score ( X_test , y_test...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_23_0.html
    Tue May 28 11:51:32 UTC 2024
      143.5K bytes
      Cache
     
  2. Novelty detection with Local Outlier Factor (LO...

    X_outliers ) n_error_test = y_pred_test [ y_pred_test == - 1 ] . size...# e.g. X_test, X_outliers or the meshgrid y_pred_test = clf ....
    scikit-learn.org/stable/auto_examples/neighbors/plot_lof_novelty_detection.html
    Tue May 28 11:51:33 UTC 2024
      101.7K bytes
      Cache
     
  3. Visualizing cross-validation behavior in scikit...

    cross-validation Nested versus non-nested cross-validation Nested versus...split data into training and test sets in order to avoid model...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cv_indices.html
    Tue May 28 11:51:32 UTC 2024
      119.7K bytes
      Cache
     
  4. Species distribution modeling — scikit-learn 1....

    "ascii" ) points = dict ( test = test , train = train ) for label...species . pts_test [ "dd long" ], species . pts_test [ "dd lat"...
    scikit-learn.org/stable/auto_examples/applications/plot_species_distribution_modeling.html
    Tue May 28 11:51:34 UTC 2024
      121.6K bytes
      Cache
     
  5. Univariate Feature Selection — scikit-learn 1.5...

    X_test , y_train , y_test = train_test_split ( X ,...format ( clf . score ( X_test , y_test ) ) ) svm_weights = np ....
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection.html
    Tue May 28 11:51:32 UTC 2024
      105.2K bytes
      Cache
     
  6. 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
     
  7. Class Likelihood Ratios to measure classificati...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...the link between pre-test and post-test odds given by the Class...
    scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html
    Tue May 28 11:51:34 UTC 2024
      137.7K bytes
      Cache
     
  8. GraphicalLasso — scikit-learn 1.5.0 documentation

    : X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLasso.html
    Tue May 28 11:51:32 UTC 2024
      143.2K bytes
      Cache
     
  9. Column Transformer with Heterogeneous Data Sour...

    ) X_test , y_test = fetch_20newsgroups ( random_state...body = text . partition ( " \n\n " ) # store body text in second...
    scikit-learn.org/stable/auto_examples/compose/plot_column_transformer.html
    Tue May 28 11:51:33 UTC 2024
      106.6K bytes
      Cache
     
  10. 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
    Tue May 28 11:51:32 UTC 2024
      98.5K bytes
      Cache
     
  11. Feature importances with a forest of trees — sc...

    X_test , y_train , y_test = train_test_split ( X ,...permutation_importance ( forest , X_test , y_test , n_repeats = 10 , random_state...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_importances.html
    Tue May 28 11:51:33 UTC 2024
      111.9K bytes
      Cache
     
  12. Failure of Machine Learning to infer causal eff...

    X_test , y_train , y_test = train_test_split ( X ,...data into a training and a testing set. from sklearn.model_selection...
    scikit-learn.org/stable/auto_examples/inspection/plot_causal_interpretation.html
    Tue May 28 11:51:34 UTC 2024
      108.1K bytes
      Cache
     
  13. SelectFpr — scikit-learn 1.5.0 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
    Tue May 28 11:51:32 UTC 2024
      138.8K bytes
      Cache
     
  14. 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
    Tue May 28 11:51:33 UTC 2024
      104.2K bytes
      Cache
     
  15. Slashdot: News for nerds, stuff that matters

    source and give up the Morse Code test for ham radio licenses, Bruce...DDX drivers were fixed and tested to work again, as well as complete...
    slashdot.org/
    Wed May 29 01:14:01 UTC 2024
      176.5K bytes
      3 views
      Cache
     
  16. MultiTaskLassoCV — scikit-learn 1.5.0 documenta...

    test) splits as arrays of indices....n_folds) Mean square error for the test set on each fold, varying alpha....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html
    Tue May 28 11:51:33 UTC 2024
      167.8K bytes
      Cache
     
  17. Target Encoder’s Internal Cross fitting — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...score on test set: " , raw_model . score ( X_test , y_test )) Raw...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html
    Tue May 28 11:51:32 UTC 2024
      111.4K bytes
      Cache
     
  18. Map data to a normal distribution — scikit-lear...

    X_test = train_test_split ( X , test_size = 0.5 )...sklearn.model_selection import train_test_split from sklearn.preprocessing...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_map_data_to_normal.html
    Tue May 28 11:51:34 UTC 2024
      104.6K bytes
      Cache
     
  19. RocCurveDisplay — scikit-learn 1.5.0 documentation

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.RocCurveDisplay.html
    Tue May 28 11:51:32 UTC 2024
      151K bytes
      Cache
     
  20. Classifier comparison — scikit-learn 1.5.0 docu...

    y_test = train_test_split ( X , y , test_size = 0.4 , random_state...the testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html
    Tue May 28 11:51:32 UTC 2024
      113.4K bytes
      Cache
     
Back to top