Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 341 - 350 of 819 for tests (0.27 sec)

  1. ConfusionMatrixDisplay — scikit-learn 1.6.1 doc...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.ConfusionMatrixDisplay.html
    Wed May 14 09:35:37 UTC 2025
      148.6K bytes
      Cache
     
  2. How to deploy NLP: Text embeddings and vector s...

    is a perfect resource for testing vector similarity search, firstly,...inference_threads parameter. We can test the successful deployment of...
    www.elastic.co/search-labs/blog/how-to-deploy-nlp-text-embeddings-and-vector-search
    Thu May 15 00:38:54 UTC 2025
      181K bytes
      1 views
      Cache
     
  3. MultiTaskLassoCV — scikit-learn 1.6.1 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
    Wed May 14 09:35:38 UTC 2025
      162.2K bytes
      Cache
     
  4. 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
    Wed May 14 09:35:38 UTC 2025
      109.6K bytes
      Cache
     
  5. Ridge coefficients as a function of the L2 Regu...

    our trained predictions to the test data and see the statistical...regularization on training and test error Effect of model regularization...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html
    Wed May 14 09:35:39 UTC 2025
      103.2K bytes
      Cache
     
  6. 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 14 09:35:38 UTC 2025
      104.9K bytes
      Cache
     
  7. Receiver Operating Characteristic (ROC) with cr...

    X [ test ], y [ test ], name = f "ROC fold..., 6 )) for fold , ( train , test ) in enumerate ( cv . split...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc_crossval.html
    Wed May 14 09:35:37 UTC 2025
      101.2K bytes
      Cache
     
  8. scale — scikit-learn 1.6.1 documentation

    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.scale.html
    Mon May 12 15:17:03 UTC 2025
      111.9K bytes
      Cache
     
  9. ClassifierMixin — scikit-learn 1.6.1 documentation

    the mean accuracy on the given test data and labels. In multi-label...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html
    Wed May 14 09:35:37 UTC 2025
      114.3K bytes
      Cache
     
  10. 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
    Wed May 14 09:35:37 UTC 2025
      102.8K bytes
      1 views
      Cache
     
Back to top