Closed omerb01 closed 4 years ago
main changes:
formula_to_id
build_ranking()
formula_is
I think that we can optimise build_ranking() a lot by reducing the number of actions we launch. this will be discussed later.
@LachlanStuart ready for a review
main changes:
formula_to_id
dictionary now created in the stage when we build the database.formula_to_id
created in chunks.build_ranking()
(FDR part) now iterates overformula_to_id
chunks to search forformula_is
I think that we can optimise
build_ranking()
a lot by reducing the number of actions we launch. this will be discussed later.