- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 381 - 390 of 1,451 for test (0.06 sec)
-
Nearest Neighbors regression — scikit-learn 1.6...
axis = 0 ) X_test = np . linspace ( 0 , 5 , 500...X_train , y ) . predict ( X_test ) plt . subplot ( 2 , 1 , i...scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html -
Explicit feature map approximation for RBF kern...
the second half: data_test , targets_test = ( data [ n_samples...2 :]) # data_test = scaler.transform(data_test) # Create a classifier:...scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_approximation.html -
MLPClassifier — scikit-learn 1.6.1 documentation
X_test , y_train , y_test = train_test_split ( X ,...1]) >>> clf . score ( X_test , y_test ) 0.8... fit ( X , y ) [source]...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html -
LarsCV — scikit-learn 1.6.1 documentation
test) splits as arrays of indices....shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html -
ElasticNetCV — scikit-learn 1.6.1 documentation
are tested by cross-validation and the one giving the best prediction...An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.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 -
EstimatorCheckFailedWarning — scikit-learn 1.6....
estimator check from the common tests fails. Parameters : estimator...Estimator instance for which the test failed. check_name str Name...scikit-learn.org/stable/modules/generated/sklearn.exceptions.EstimatorCheckFailedWarning.html -
fetch_rcv1 — scikit-learn 1.6.1 documentation
‘test’ for the test set (781265 samples),...subfolders. subset {‘train’, ‘test’, ‘all’}, default=’all’ Select...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_rcv1.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 -
Feature Selection — scikit-learn 1.6.1 document...
scikit-learn.org/stable/auto_examples/feature_selection/index.html