Skip to content
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

Encode all decisions at once #21

Merged
merged 8 commits into from
Dec 13, 2023
Merged

Conversation

simjak
Copy link
Member

@simjak simjak commented Dec 12, 2023

This PR addresses a performance issue where encoding was previously done individually for each decision.
Modifying the process to encode all decisions at once, significantly improved performance times.
Additionally, this PR includes enhancements to logging for better traceability and debugging.

@simjak simjak self-assigned this Dec 12, 2023
@jamescalam
Copy link
Member

Testing now, in the meantime @simjak could we add tests to cover new code so we have tests passing? Thanks!

Copy link
Member

@jamescalam jamescalam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! I made a fix to the walkthrough.ipynb notebook for importing DecisionLayer object and updated the versions. Only thing that needs to be done is getting all tests to pass — once they all pass we can merge, thanks @simjak!

@simjak simjak merged commit 4e08122 into main Dec 13, 2023
3 checks passed
@simjak simjak deleted the simonas/embed-all-decisions-at-once branch December 13, 2023 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants