Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 281 - 290 of 837 for tests (0.09 sec)

  1. Feature Selection — scikit-learn 1.6.1 document...

    Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/auto_examples/feature_selection/index.html
    Mon May 12 15:17:01 UTC 2025
      76.9K bytes
      Cache
     
  2. How to implement Better Binary Quantization (BB...

    model will be set up and you can test that the model works as expected...the hood, and the second will test that the pipeline is working...
    www.elastic.co/search-labs/blog/bbq-implementation-into-use-case
    Mon Apr 28 01:15:31 UTC 2025
      148.1K bytes
      Cache
     
  3. Trying Acupuncture For The First Time

    Acupuncture For The First Time THE TEST FRIENDS For more videos, check...
    www.buzzfeed.com/webstories/trying-acupuncture-for-the-first-time/
    Sun May 11 00:05:20 UTC 2025
      47K bytes
      1 views
      Cache
     
  4. quantile_transform — scikit-learn 1.6.1 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
    Mon May 12 15:17:01 UTC 2025
      117.4K bytes
      Cache
     
  5. 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
    Mon May 12 15:17:03 UTC 2025
      122.5K bytes
      1 views
      Cache
     
  6. Effect of transforming the targets in regressio...

    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/auto_examples/compose/plot_transformed_target.html
    Mon May 12 15:17:01 UTC 2025
      125K bytes
      Cache
     
  7. feature_selection.rst.txt

    based on univariate statistical tests. It can be seen as a preprocessing...common univariate statistical tests for each feature: false positive...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Fri May 09 20:31:36 UTC 2025
      14.5K bytes
      3 views
     
  8. Recognizing hand-written digits — scikit-learn ...

    and 50% test subsets X_train , X_test , y_train , y_test = train_test_split...train_test_split ( data , digits . target , test_size = 0.5 , shuffle...
    scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html
    Mon May 12 15:17:03 UTC 2025
      102.1K bytes
      Cache
     
  9. Visualization of MLP weights on MNIST — scikit-...

    partition and test partition X_train , X_test , y_train , y_test = train_test_split...print ( "Test set score: %f " % mlp . score ( X_test , y_test )) fig...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html
    Fri May 09 20:31:36 UTC 2025
      93.4K bytes
      Cache
     
  10. KNeighborsRegressor — scikit-learn 1.6.1 docume...

    or None Test samples. If None , predictions...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html
    Mon May 12 15:17:01 UTC 2025
      152.3K bytes
      Cache
     
Back to top