- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1361 - 1370 of 2,142 for text (0.12 sec)
-
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 -
Cross-validation on diabetes Dataset Exercise —...
score ( X [ test ], y [ test ]) ) ) print () print...Train error vs Test error Train error vs Test error Lasso model...scikit-learn.org/stable/auto_examples/exercises/plot_cv_diabetes.html -
MLPRegressor — scikit-learn 1.5.2 documentation
X_test , y_train , y_test = train_test_split ( X ,...-7.1...]) >>> regr . score ( X_test , y_test ) 0.4... fit ( X , y ) [source]...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html -
QuadraticDiscriminantAnalysis — scikit-learn 1....
n_features) Array of samples (test vectors). Returns : C ndarray...classification on an array of test vectors X. The predicted class...scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal... -
Nearest Neighbors Classification — scikit-learn...
X_test , y_train , y_test = train_test_split ( X ,...split the data into a train and test dataset. from sklearn.datasets...scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html -
Comparison of kernel ridge regression and SVR —...
train_time = [] test_time = [] for train_test_size in sizes :...fit ( X [: train_test_size ], y [: train_test_size ]) train_time...scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html -
parametrize_with_checks — scikit-learn 1.5.2 do...
to specify which tests to run: pytest test_check_estimators ....DecisionTreeRegresso ()]) ... def test_sklearn_compatible_estimator...scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.parametrize_with_checks.... -
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 -
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 -
javatry (じゃゔぁとらい) | DBFlute
public void test_length_basic() { } ↓↓↓ public void test_length_basic()...(メソッド終了時の変数 sea の中身は?) */ public void test_variable_reassigned_basic()...dbflute.seasar.org/ja/tutorial/javatry/index.html