-
Notifications
You must be signed in to change notification settings - Fork 1
Datasets to dataframes, run scoring, analyze scores #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Datasets to dataframes, run scoring, analyze scores #30
Conversation
Something else I'm realizing as I construct metrics is that it would be nice if some of them automatically populated their own Preprocessors based on the DistanceMeasure. Like, DTW metrics do not need a Sequence Alignment processor such as ZeroPadShorter Similarly, dtai distance needs a strategy for dealing with nan (masked) values. Or we get nan trajectory distances, which become nan distances when aggregated. So when one instantiates a metric one NEEDs a masked value preprocessor, or a strategy for dealing with them, e.g. returning a default distance if the trajectory distance is nan |
Code to:
Example usage:
clone and setup
Then generate csv files
Note that the popsign ASL one can optionally "translate" some but not all of the glosses if given a path to the ASL Knowledge graph
--asl-knowledge-graph-path
, see #28Then load them and run metrics
analysis (TODO)
Script that will load all the score csv files and run analysis