Spaces:
Runtime error
Runtime error
File size: 199 Bytes
d6585f5 |
1 2 3 4 5 6 7 8 |
for metric in weight_jaccard kl_divergence tf_filter df_filter
do
python compare_domains.py \
--index_path indexes \
--output_path indexes_${metric}.tsv \
--compare_metric ${metric}
done
|