- Sort Score
- Num 10 results
- Language All
- Labels All
Results 81 - 90 of 1,245 for f (0.05 seconds)
Filter
-
The Johnson-Lindenstrauss bound for embedding w...
legend ([ f "eps = { eps : 0.1f } " for eps...color = color ) plt . legend ([ f "n_samples = { n } " for n in...scikit-learn.org/stable/auto_examples/miscellaneous/plot_johnson_lindenstrauss_bound.html -
Backup API
\ -F "file=@fess-backup.zip" \ -F "types=user,role" \ -F "overwrite=false"...YOUR_TOKEN" \ -F "file=@fess-backup.zip" \ -F "overwrite=false"...fess.codelibs.org/de/15.5/api/admin/api-admin-backup.html -
Change allocator disconnect timeout | Elastic Docs
$FOUND_ZK_READWRITE') $(docker inspect -f '{{ range .HostConfig.ExtraHosts...--rm -it \ $(docker inspect -f '{{ .Config.Image }}' frc-directors-director)...www.elastic.co/docs/deploy-manage/deploy/cloud-enterprise/change-allocator-disconnect-timeout -
Biclustering documents with the Spectral Co-clu...
print ( f "categories : { cat_string } " ) print ( f "words :...cocluster . row_labels_ print ( f "Done in { time () - start_time...scikit-learn.org/stable/auto_examples/bicluster/plot_bicluster_newsgroups.html -
precision_recall_fscore_support — scikit-learn ...
'f-score') , sample_weight = None...# Compute precision, recall, F-measure and support for each class....scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_fscore_support.html -
Lasso on dense and sparse data — scikit-learn 1...
y ) print ( f "Sparse Lasso done in { ( time...dense_lasso . fit ( X , y ) print ( f "Dense Lasso done in { ( time...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_dense_vs_sparse_data.html -
Set up and run the BeeAI Agent Framework
print ( f"Error while pinging /deploy: {e} " ) return f"Error while...print ( f"Error while pinging /renew_cert_1: {e} " ) return f"Error...developer.ibm.com/tutorials/set-up-bee-ai-agent-framework/ -
Clustering text documents using k-means — sciki...
print ( f "LSA done in { time () - t0 : .3f } s" ) print ( f "Explained...unique_labels . shape [ 0 ] print ( f " { len ( dataset . data ) } documents...scikit-learn.org/stable/auto_examples/text/plot_document_clustering.html -
Hierarchical clustering with and without struct...
labels_ print ( f "Elapsed time: { elapsed_time_unstructured...elapsed_time_unstructured : .2f } s" ) print ( f "Number of points: { label_unstructured...scikit-learn.org/stable/auto_examples/cluster/plot_ward_structured_vs_unstructured.html -
Single estimator versus bagging: bias-variance ...
f ( X_test ), "b" , label = "$f(x)$" ) plt . plot...estimators ) # Generate data def f ( x ): x = x . ravel () return...scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html