- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 901 - 910 of 2,291 for 2 (0.07 sec)
-
roc_auc_score — scikit-learn 1.7.0 documentation
the standardized partial AUC [2] over the range [0, max_fpr] is...under of the ROC as follows: G = 2 * AUC - 1 Where G is the Gini...scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html -
Elastic Observability Labs
Paramasivam Daniela Tzvetkova 2 April 2025 Azure OpenAI OpenAI...Subham Sarkar Daniela Tzvetkova 2 March 2025 AWS GenAI AWS Bedrock...www.elastic.co/observability-labs/blog/tag/genai -
SVM: Separating hyperplane for unbalanced class...
n_samples_2 = 100 centers = [[ 0.0 , 0.0 ], [ 2.0 , 2.0 ]] clusters_std...n_samples = [ n_samples_1 , n_samples_2 ], centers = centers , cluster_std...scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane_unbalanced.html -
Illustration of Gaussian process classification...
2 ) Y = np . logical_xor ( X [:,...DotProduct ( sigma_0 = 1.0 ) ** 2 ] for i , kernel in enumerate...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_xor.html -
SpectralClustering — scikit-learn 1.7.0 documen...
( - dist_matrix ** 2 / ( 2. * delta ** 2 )) where delta is a...normalized graph cuts [1] , [2] . When calling fit , an affinity...scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralClustering.html -
Eclipseでgit clone | DBFlute
Git Perspectiveを開く 2. Git Repositories Viewでペースト 3....cloneウィザードでclone 3-1. リポジトリ基本情報を入力 3-2. ブランチを選択 3-3. clone先の調整とimportのチェック...dbflute.seasar.org/ja/manual/topic/friends/eclipse/operation/git/egitclone.html -
サイトマップ | DBFlute
2 移行 1.1.2 to 1.1.4 移行 1.2.0 to 1.2.1 移行 1.2.5 to 1.2.6 移行...to 0.9.1 移行 0.9.1 to 0.9.2 移行 0.9.2 to 0.9.3 移行 0.9.3 to 0.9.4...dbflute.seasar.org/ja/sitemap.html -
「WindowsPC設定作業(追加)-(5)」の仕事依頼【ジョブハブ】
PCデータ移行作業:2,000円/台 ※1日当たり12台を目標に作業をしていただきます。 ◆作業可能日 2019年2月9日(土)...2019年2月9日(土) 9:00~17:30 2019年2月10日(日) 9:00~17:30 2019年2月11日(月) ※予備日 ※1日だけの稼働でもエントリー可能です。...jobhub.jp/jobs/37589 -
MLPRegressor — scikit-learn 1.7.0 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...validation_fraction = 0.1 , beta_1 = 0.9 , beta_2 = 0.999 , epsilon = 1e-08 , n_iter_no_change...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html -
dcg_score — scikit-learn 1.7.0 documentation
log_base = 2 , sample_weight = None , ignore_ties...outputs. log_base float, default=2 Base of the logarithm used for...scikit-learn.org/stable/modules/generated/sklearn.metrics.dcg_score.html