Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 211 - 220 of 901 for tests (0.1 sec)

  1. 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
    Tue May 28 11:51:32 UTC 2024
      104.5K bytes
      Cache
     
  2. MNIST classification using multinomial logistic...

    X_test , y_train , y_test = train_test_split ( X ,...( X_train ) X_test = scaler . transform ( X_test ) # Turn up tolerance...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Tue May 28 11:51:34 UTC 2024
      95.5K bytes
      Cache
     
  3. 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
     
  4. Quick start | Elasticsearch Guide [8.13] | Elastic

    you prefer to manage your own test environment, install and run...start, which makes sense for testing and development. Refer to Install...
    www.elastic.co/guide/en/elasticsearch/reference/current/getting-started.html
    Fri May 24 12:26:17 UTC 2024
      43.1K bytes
      Cache
     
  5. CalibratedClassifierCV — scikit-learn 1.5.0 doc...

    and calibrates it using the testing subset. For prediction, predicted...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Tue May 28 11:51:34 UTC 2024
      157.6K bytes
      Cache
     
  6. 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
     
  7. 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
     
  8. StratifiedShuffleSplit — scikit-learn 1.5.0 doc...

    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.StratifiedShuffleSplit.html
    Tue May 28 11:51:33 UTC 2024
      127.1K bytes
      Cache
     
  9. Decision Tree Regression — scikit-learn 1.5.0 d...

    predict ( X_test ) y_2 = regr_2 . predict ( X_test ) # Plot the.... fit ( X , y ) # Predict X_test = np . arange ( 0.0 , 5.0 ,...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html
    Tue May 28 11:51:34 UTC 2024
      91.4K bytes
      Cache
     
  10. 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
    Tue May 28 11:51:32 UTC 2024
      86.3K bytes
      Cache
     
Back to top