- Sort Score
- Num 10 results
- Language All
- Labels All
Results 151 - 160 of 1,245 for f (0.05 seconds)
Filter
-
Démarrage rapide de l’API
]: print ( f "- { doc [ 'title' ] } " ) print ( f " URL : { doc...} response = requests . get ( f " { FESS_URL } /api/v1/documents"...fess.codelibs.org/fr/15.5/api/api-quickstart.html -
Recursive feature elimination with cross-valida...
n_features = 15 feat_names = [ f "feature_ { i } " for i in range...rfecv . fit ( X , y ) print ( f "Optimal number of features: {...scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html -
Install ECK using the YAML manifests | Elastic ...
with create : kubectl create -f https://download.elastic.co/d...its RBAC rules: kubectl apply -f https://download.elastic.co/d...www.elastic.co/docs/deploy-manage/deploy/cloud-on-k8s/install-using-yaml-manifest-quickstart -
model_evaluation.rst.txt
\left|\left\{k: \hat{f}_{ik} \geq \hat{f}_{ij} \right\}\right|`....\left\{k: y_{ik} = 1, \hat{f}_{ik} \geq \hat{f}_{ij} \right\}`, :ma...scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt -
Label Propagation digits: Demonstrating perform...
pyplot as plt f = plt . figure ( figsize = ( 7...images [ image_index ] sub = f . add_subplot ( 2 , 5 , index...scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits.html -
3.4. Metrics and scoring: quantifying the quali...
also known as balanced F-score or F-measure. fbeta_score (y_true,...score, also known as balanced F-score or F-measure. fbeta_score (y_true,...scikit-learn.org/stable/modules/model_evaluation.html -
API 快速入门
]: print ( f "- { doc [ 'title' ] } " ) print ( f " URL: { doc...} response = requests . get ( f " { FESS_URL } /api/v1/documents"...fess.codelibs.org/zh-cn/15.5/api/api-quickstart.html -
Obtención Masiva de Resultados de Búsqueda
print ( f "Title: { doc . get ( 'title' ) } " ) print ( f "URL:...'all_documents.ndjson' , 'r' ) as f : for line in f : documents . append (...fess.codelibs.org/es/15.5/config/search-scroll.html -
Features in Histogram Gradient Boosting Trees —...
shuffle = False ) print ( f "Training sample size: { X_train...X_train . shape [ 0 ] } " ) print ( f "Test sample size: { X_test ....scikit-learn.org/stable/auto_examples/ensemble/plot_hgbt_regression.html -
Recognizing hand-written digits — scikit-learn ...
set_title ( f "Prediction: { prediction } "...classification metrics. print ( f "Classification report for classifier...scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html