Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
include more fingerprints into DATASETS
  • Loading branch information
ChunjiangZhu committed Jul 27, 2020
1 parent eb65b4f commit cf566a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 3 additions & 1 deletion ann_benchmarks/datasets.py
Expand Up @@ -687,5 +687,7 @@ DATASETS = {
'chembl-1024-p3-jaccard-tp': lambda out_fn: topological_fp(out_fn, 'Chembl', 1024, 3, 'jaccard', 'bit'),
'chembl-1024-p5-jaccard-tp': lambda out_fn: topological_fp(out_fn, 'Chembl', 1024, 5, 'jaccard', 'bit'),
'chembl-512-p7-jaccard-tp': lambda out_fn: topological_fp(out_fn, 'Chembl', 512, 7, 'jaccard', 'bit'),
'chembl-2048-p7-jaccard-tp': lambda out_fn: topological_fp(out_fn, 'Chembl', 2048, 7, 'jaccard', 'bit')
'chembl-2048-p7-jaccard-tp': lambda out_fn: topological_fp(out_fn, 'Chembl', 2048, 7, 'jaccard', 'bit'),
'chembl-2048-p3-jaccard-tp': lambda out_fn: topological_fp(out_fn, 'Chembl', 2048, 3, 'jaccard', 'bit'),
'chembl-2048-p5-jaccard-tp': lambda out_fn: topological_fp(out_fn, 'Chembl', 2048, 5, 'jaccard', 'bit')
}

0 comments on commit cf566a6

Please sign in to comment.