- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 281 - 290 of 837 for tests (0.09 sec)
-
Feature Selection — scikit-learn 1.6.1 document...
scikit-learn.org/stable/auto_examples/feature_selection/index.html -
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 -
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/ -
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 -
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 -
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 -
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 -
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 -
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 -
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