Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 371 - 380 of 912 for tests (0.1 sec)

  1. 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
    Fri Sep 20 10:21:48 UTC 2024
      98.7K bytes
      1 views
      Cache
     
  2. quantile_transform — scikit-learn 1.5.2 documen...

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.quantile_transform.html
    Tue Sep 17 17:21:49 UTC 2024
      116.2K bytes
      Cache
     
  3. 1.5. Stochastic Gradient Descent — scikit-learn...

    ( X_train ) X_test = scaler . transform ( X_test ) # apply same...other \(K-1\) classes. At testing time, we compute the confidence...
    scikit-learn.org/stable/modules/sgd.html
    Fri Sep 20 10:21:48 UTC 2024
      87.6K bytes
      Cache
     
  4. Version 1.6 — scikit-learn 1.6.dev0 documentation

    permutation_test_score now supports metadata...still work but PyPy is not tested anymore in the scikit-learn...
    scikit-learn.org/dev/whats_new/v1.6.html
    Fri Sep 20 10:21:46 UTC 2024
      91.3K bytes
      Cache
     
  5. 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
    Fri Sep 20 10:21:50 UTC 2024
      145.6K bytes
      Cache
     
  6. Sample pipeline for text feature extraction and...

    ) data_test = fetch_20newsgroups ( subset = "test" , categories...vect__norm: l1 test_accuracy = random_search . score ( data_test . data...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html
    Fri Sep 20 10:21:50 UTC 2024
      150.3K bytes
      1 views
      Cache
     
  7. Digits Classification Exercise — scikit-learn 1...

    )] X_test = X_digits [ int ( 0.9 * n_samples ) :] y_test = y_digits..., y_train ) . score ( X_test , y_test )) print ( "LogisticRegression...
    scikit-learn.org/stable/auto_examples/exercises/plot_digits_classification_exercise.html
    Fri Sep 20 10:21:47 UTC 2024
      82.2K bytes
      Cache
     
  8. 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
    Fri Sep 20 10:21:50 UTC 2024
      118K bytes
      Cache
     
  9. Boeing's Starliner spacecraft to return to Eart...

    final phase of a high-stakes test flight that did not go as planned....“We’ve learned a lot on this test flight, but we’ll continue to...
    www.nbcnews.com/science/space/boeing-starliner-spacecraft-return-earth-rcna169335
    Thu Sep 05 00:50:54 UTC 2024
      213.3K bytes
      Cache
     
  10. CDC says no ‘clear source’ of bird flu infectio...

    infection in a Missouri patient who tested positive for the bird flu virus...call Thursday, though a flu test was later administered . The...
    www.nbcnews.com/health/health-news/cdc-says-no-clear-source-bird-flu-infection-missouri-patient-r...
    Fri Sep 13 00:53:52 UTC 2024
      249.2K bytes
      Cache
     
Back to top