- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1091 - 1100 of 1,699 for text (0.57 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 -
Introducing the OTTL Playground for OpenTelemet...
and test statements in real-time, making...users to create, modify, and test statements in real-time, making...www.elastic.co/observability-labs/blog/introducing-the-ottl-playground-for-opentelemetry -
NuSVR — scikit-learn 1.6.1 documentation
expected shape of X is (n_samples_test, n_samples_train). Returns :...shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html -
ハンズオンセクション 6 | DBFlute
UnitContainerTestCas { public void test_ ... () { // _testで補完 ... } } テストクラスで...グが出力されていたかと思います。 これは、既に src/test/resources 配下に log4j.properties...dbflute.seasar.org/ja/tutorial/handson/section06.html -
Lawyer: Government playing a ‘game’ by not prov...
COM NBCU Academy Peacock NEXT STEPS FOR VETS NBC News Site...deported Maryland man 04:38 UP NEXT ‘Still way too much chaos in...www.nbcnews.com/meet-the-press/video/lawyer-government-playing-a-game-by-not-providing-informatio... -
El Salvador denies Van Hollen's request to meet...
COM NBCU Academy Peacock NEXT STEPS FOR VETS NBC News Site..."I asked him if I came back next week whether I’d be able to...www.nbcnews.com/politics/congress/sen-chris-van-hollen-travels-el-salvador-advocate-kilmar-abrego... -
Trump pauses reciprocal tariffs but hikes dutie...
COM NBCU Academy Peacock NEXT STEPS FOR VETS NBC News Site...aren’t set to take effect until next week. And separate tariffs on...www.nbcnews.com/business/economy/trump-tariffs-president-announces-90-day-pause-what-to-know-rcna... -
Docker uses Elastic Cloud to deliver a scalable...
decided on Elasticsearch as their next-generation platform. Having...move to Elasticsearch, Docker next considered the operational work...www.elastic.co/customers/docker -
'Bad faith': Judges rip Trump administration fo...
COM NBCU Academy Peacock NEXT STEPS FOR VETS NBC News Site...find the government in contempt next week. At an unrelated news conference...www.nbcnews.com/politics/trump-administration/bad-faith-judges-rip-trump-administration-litigatio... -
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