- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 381 - 390 of 837 for tests (0.13 sec)
-
RBF SVM parameters — scikit-learn 1.6.1 documen...
and just applying it on the test set. from sklearn.preprocessing...StratifiedShuffleSpl ( n_splits = 5 , test_size = 0.2 , random_state =...scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html -
4.2. Permutation feature importance — scikit-le...
model_selection import train_test_split >>> from sklearn.linear_model...X_val , y_train , y_val = train_test_split ( ... diabetes . data...scikit-learn.org/stable/modules/permutation_importance.html -
Gaussian Mixture Model Selection — scikit-learn...
"mean_test_score" ] ] df [ "mean_test_score" ] = - df...df [ "mean_test_score" ] df = df . rename ( columns = { "param_n_components"...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_selection.html -
Plot Ridge coefficients as a function of the re...
regularization on training and test error Effect of model regularization...regularization on training and test error Common pitfalls in the interpretation...scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_path.html -
dbflute-maven-plugin - dbflute:sql2entity
dbflute.seasar.org/maven/plugin/sql2entity-mojo.html -
NeighborhoodComponentsAnalysis — scikit-learn 1...
X_test , y_train , y_test = train_test_split ( X ,...print ( knn . score ( X_test , y_test )) 0.933333... >>> knn ....scikit-learn.org/stable/modules/generated/sklearn.neighbors.NeighborhoodComponentsAnalysis.html -
maxabs_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.maxabs_scale.html -
Logistic function — scikit-learn 1.6.1 document...
plot ( X_test , ols . coef_ * X_test + ols . intercept_...= "black" , zorder = 20 ) X_test = np . linspace ( - 5 , 10 ,...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html -
Vector search | Elastic
www.elastic.co/demo-gallery/vector-search -
LastaFlute移行 0.8.2 to 0.8.3 | LastaFlute
[App]ActionDefTest にメソッドを二つ追加 test_injectedResourceDefi() と test_lastaPresentsSomethi()...test_lastaPresentsSomethi() の二つ。 test_injectedResourceDefi() @ResourceアノテーションによるDI定義のポリシーチェック...dbflute.seasar.org/ja/lastaflute/howto/upgrade/migration/lamig082to083.html