- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 21 - 30 of 1,438 for test (0.05 sec)
-
train_test_split — scikit-learn 1.6.1 documenta...
X_test , y_train , y_test = train_test_split ( ......train_test_split # sklearn.model_selection. train_test_split...scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html -
Part 14: How to use the management API
item name Set value name Test permission {role}admin-api The...management API? Management API is a RESTful API for management operation...fess.codelibs.org/articles/14/document.html -
Fast-track your AI applications from testing to...
www.elastic.co/virtual-events/vector-databases-fast-track-production -
Comparison of F-test and mutual information — s...
univariate F-tests statistics and mutual information. As F-test captures...( 1000 ) f_test , _ = f_regression ( X , y ) f_test /= np . max...scikit-learn.org/stable/auto_examples/feature_selection/plot_f_test_vs_mi.html -
ワイルドカード検索
test * 上記の場合は、test、testsやtesterなど、複数文字のワイルドカードとして扱われます。また、...うに ? を利用します。 te?t 上記の場合は、textやtestなど、1 文字のワイルドカードとして扱われます。 複...fess.codelibs.org/ja/14.19/user/search-wildcard.html -
Installation
production environment or for load testing is not recommended with the...fess.codelibs.org/14.19/install/install.html -
データストアクロール
たとえば、/home/taro/csv ディレクトリに test.csv ファイルを以下のような内容で生成しておきます。...たとえば、/home/taro/csv ディレクトリに test.csv ファイルを以下のような内容で生成しておきます。...fess.codelibs.org/ja/14.19/admin/dataconfig-guide.html -
Open source full text search server – roadmap
ARCHIVES Support Open source full text search server – roadmap This...fess.codelibs.org/roadmap.html -
In Fess make Apache Solr based search server-ed...
using the REST API is now Fess . In the REST API, Fess to...possible as the REST API. Can also use the REST API should build...fess.codelibs.org/articles/article-4.html -
cross_validation.rst.txt
available data as a **test set** ``X_test, y_test``. Note that the...>>> X_train, X_test, y_train, y_test = train_test_split( ... X,...scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt