-
Notifications
You must be signed in to change notification settings - Fork 0
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
Integration with RAIL #9
Comments
Thanks for setting this up!
|
I think one item to add is |
The code does not fit into the currently existing summarizers ( If I understand you correctly @aimalz, you are suggesting that I put all five stages into |
I restructured the code accordingly on the associated branch. Feel free to check if that better matches the RAIL principles.
|
Gotcha, thanks for the diagram, that makes a lot of sense. (Also, I would love to make the figures for the v1 paper using whatever you used for this -- let's compare notes offline!) Organizationally, I don't want to suggest significantly rearranging the code you've written when it's already grouped reasonably given the complexity of the algorithm. I can, however, think of a way to use import statements so users can find the YAW functionality in parallel places relative to other algos. My suggestion is to make two new modules:
Relatedly, I would also propose the following changes to follow the current naming conventions:
As for where to put the modules currently in How does that sound? |
Since the project code is stable now I'm starting to prepare a release and integrating it correctly with the RAIL ecosystem. There are a few items that are not fully clear to me:
src/
? As what kind of algorithm should the code be classified and in which place exactly should the finalYawSummarizer
stage go?The text was updated successfully, but these errors were encountered: