Repository revision
22:bb6290994f98

Repository 'sklearn_pairwise_metrics'
hg clone https://toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_pairwise_metrics

Evaluate pairwise distances tool metadata
Miscellaneous
or compute affinity or kernel for sets of samples
sklearn_pairwise_metrics
toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_pairwise_metrics/sklearn_pairwise_metrics/0.9
0.9
echo "0.9"
True
Version lineage of this tool (guids ordered most recent to oldest)
toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_pairwise_metrics/sklearn_pairwise_metrics/1.0
toolshed.g2.bx.psu.edu/repos/bgruening/sklearn_pairwise_metrics/sklearn_pairwise_metrics/0.9 (this tool)
sklearn_pairwise_metrics
Requirements (dependencies defined in the <requirements> tag set)
name version type
python 3.6 package
scikit-learn 0.19.1 package
pandas 0.22.0 package
xgboost 0.72.1 package
asteval 0.9.12 package
Functional tests
name inputs outputs required files
Test-1 input_type|input_files_0|input: test.tabular
input_type|input_files_1|input: test2.tabular
input_type|metric_functions|options|gamma: 0.5
input_type|metric_functions|selected_metric_function: rbf_kernel
input_type|selected_input_type: tabular
attributes: name
test.tabular
test2.tabular
name
Test-2 input_type|input_files_0|input: test.tabular
input_type|metric_functions|selected_metric_function: pairwise_distances
input_type|metric_functions|options|metric: manhattan
input_type|selected_input_type: tabular
attributes: name
test.tabular
name
Test-3 input_type|input_files_0|input: sparse.mtx
input_type|metric_functions|selected_metric_function: pairwise_distances
input_type|metric_functions|options|metric: cosine
input_type|selected_input_type: sparse
attributes: name
sparse.mtx
name