- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 41 - 50 of 381 for f (0.1 sec)
-
Download Elastic Cloud on Kubernetes | Elastic
following commands: kubectl create -f https://download.elastic.co/d...Copy to clipboard kubectl apply -f https://download.elastic.co/d...www.elastic.co/downloads/elastic-cloud-kubernetes -
auto_examples_python.zip
randn(1000) f_test, _ = f_regression(X, y) f_test /= np.max(f_test)...with f_0, and negatively correlated with f_1 y = 5 * f_0 + np.sin(10...scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip -
3.4. Metrics and scoring: quantifying the quali...
The F-measure ( \(F_\beta\) and \(F_1\) measures) can...score, also known as balanced F-score or F-measure. fbeta_score (y_true,...scikit-learn.org/stable/modules/model_evaluation.html -
FeatureHasher — scikit-learn 1.7.2 documentation
'run' : 5 }] >>> f = h . transform ( D ) >>> f . toarray () array([[..."bird" ]] >>> f = h . transform ( raw_X ) >>> f . toarray () array([[...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.FeatureHasher.html -
RepeatedStratifiedKFold — scikit-learn 1.7.2 do...
print ( f "Fold { i } :" ) ... print ( f " Train: index=...train_index } " ) ... print ( f " Test: index= { test_index }...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html -
plot_hgbt_regression.rst.txt
print(f"Training sample size: {X_train.shape[0]}") print(f"Test...size: {X_test.shape[0]}") print(f"Number of features: {X_train.shape[1]}")...scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt -
precision_score — scikit-learn 1.7.2 documentation
imbalance; it can result in an F-score that is not between precision...t Compute precision, recall, F-measure and support for each class....scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_score.html -
StratifiedShuffleSplit — scikit-learn 1.7.2 doc...
print ( f "Fold { i } :" ) ... print ( f " Train: index=...train_index } " ) ... print ( f " Test: index= { test_index }...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html -
1.16. Probability calibration — scikit-learn 1....
(y_i - \hat{f}_i)^2\] subject to \(\hat{f}_i \geq \hat{f}_j\) whenever...: \[p(y_i = 1 | f_i) = \frac{1}{1 + \exp(A f_i + B)} \,,\] where...scikit-learn.org/stable/modules/calibration.html -
model_evaluation.rst.txt
_precision_recall_f_measure_metrics: Precision, recall and F-measures...1_score>`_ (:math:`F_\beta` and :math:`F_1` measures) can be...scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt