Refactored the code so that all run types/computations/algorithms are handled in one step. This includes brain runs, evaluation runs, and metadata computation.
The code works, but support for evaluations and metadata is still lacking, mainly due to limited examples.
To do:
More examples for metadata and evaluations
Add support for annotation runs
Refactor so that we do an example similarity search for this step, rather than passing in all examples
Better handling of fields related to an evaluation run in field_selector.py
Refactored the code so that all run types/computations/algorithms are handled in one step. This includes brain runs, evaluation runs, and metadata computation.
The code works, but support for evaluations and metadata is still lacking, mainly due to limited examples.
To do: