- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1321 - 1330 of 2,022 for = (0.14 sec)
-
adjusted_rand_score — scikit-learn 1.7.1 docume...
b ) == adjusted_rand_score ( b , a )...using the following scheme: ARI = ( RI - Expected_RI ) / ( max (...scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_rand_score.html -
get_scorer — scikit-learn 1.7.1 documentation
>>> y = np . array ([ 0 , 1 , 1 , 0 , 1 ]) >>> classifier = DummyClassifier...DummyClassifier ( strategy = "constant" , constant = 0 ) . fit ( X , y...scikit-learn.org/stable/modules/generated/sklearn.metrics.get_scorer.html -
Elasticsearch: The Official Distributed Search ...
WHERE log_level == "ERROR" OR security.severity == "high" | SORT...EVAL len = length(semantic_title) | EVAL semantic_title = to_upper(semantic_title)...www.elastic.co/elasticsearch -
parametrize_with_checks — scikit-learn 1.7.1 do...
bool = True , expected_failed_checks : Callable | None = None...version 0.24. legacy bool, default=True Whether to include legacy...scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.parametrize_with_checks.... -
The next evolution of observability: unifying d...
cpuLoad = osBean . getSystemLoadAverage ( ) ; if ( cpuLoad >= 0 )...private static final Logger logger = LoggerFactory . getLogger ( OrderProcessor...www.elastic.co/observability-labs/blog/the-next-evolution-of-observability-unifying-data-with-ope... -
組み込みログイン制御 (Login Control) | LastaFlute
の定義 @Java // ========== // Definition // ========== ...(ここにはAPP_TYPEが定義されている)...なら @Java // ========== // Attribute // ========= ... @Resource...dbflute.seasar.org/ja/lastaflute/howto/architecture/logincontrol.html -
LastaFluteのタイプセーフProperties (Objective Typesafe...
<component name="sea" class="org.dbflute.Sea"> <property name="key">land</property>...String envValue = System.getenv(envKey); if (envValue == null ) { throw...dbflute.seasar.org/ja/lastaflute/howto/architecture/objsafeprop.html -
『プラダを着た悪魔 2』に続投のメリル・ストリープが"神ファンサ"。撮影現場での一幕にSNS絶賛
『プラダを着た悪魔』でのアン・ハサウェイ(=2005年撮影) / Via Arnaldo Magnani...現在、キャストたちは絶賛撮影中! メリル・ストリープとアン・ハサウェイ(=2006年撮影) / Via Francois Guillot...www.buzzfeed.com/jp/kaitotakashima/meryl-streep-reactions-to-fan-the-devil-wears-prada-2 -
13. Choosing the right estimator — scikit-learn...
(kernel="linear") SVR(kernel="linea... NO NO SVR (kernel="rbf")...(kernel="rbf") SVR(kernel="rbf... Ensemble Regressors Ensemble... regression...scikit-learn.org/stable/machine_learning_map.html -
check_is_fitted — scikit-learn 1.7.1 documentation
attributes=None , * , msg=None , all_or_any=<built-in function...list or tuple of str, default=None Attribute name(s) given as...scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_is_fitted.html