- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 411 - 420 of 2,585 for 2 (0.08 sec)
-
roc_auc_score — scikit-learn 1.7.1 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 -
HistGradientBoostingRegressor — scikit-learn 1....
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Release Highlights...scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingRegressor.html -
homogeneity_score — scikit-learn 1.7.1 document...
2 ])) 1.000000 >>> print ( " %.6f...([ 0 , 0 , 1 , 1 ], [ 0 , 1 , 2 , 3 ])) 1.000000 Clusters that...scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_score.html -
mean_poisson_deviance — scikit-learn 1.7.1 docu...
scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_poisson_deviance.html -
plot_classifier_comparison.ipynb
n n_features=2, n_redundant=0, n_informative=2, random_state=1,... = np.random.RandomState(2)\nX += 2 * rng.uniform(size=X.sha...scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb -
LlamaIndex and Elasticsearch Rerankers: Unbeata...
G16 2 1 - - Gigabyte AORUS 17 3 4 5 4 MSI Stealth 17 4 3 2 3 Alienware...Alienware m18 5 2 1 2 HP Omen 16 - - 3 5 Acer Predator Helios...www.elastic.co/search-labs/blog/elasticsearch-reranker-llamaindex-rankgpt -
DictVectorizer — scikit-learn 1.7.1 documentation
'bar' : 2 }, { 'foo' : 3 , 'baz' : 1 }]...fit_transform ( D ) >>> X array([[2., 0., 1.], [0., 1., 3.]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.DictVectorizer.html -
1.10. Decision Trees — scikit-learn 1.7.1 docum...
[ 2 , 2 ]] >>> y = [ 0.5 , 2.5 ] >>> clf = tree...samples: >>> clf . predict ([[ 2. , 2. ]]) array([1]) In case that...scikit-learn.org/stable/modules/tree.html -
Release Highlights for scikit-learn 0.24 — scik...
2. From 1.2, use # PartialDependenceDis..."min_samples_split" : randint ( 2 , 11 ), "bootstrap" : [ True ,...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html -
ConstantKernel — scikit-learn 1.7.1 documentation
x_2) = constant\_value \;\forall\; x_1, x_2\] Adding a...constant_value = 2 ) is the same as: kernel = RBF () + 2 Read more in...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.ConstantKernel.html