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

Refactor LDS Package #25

Merged
merged 13 commits into from
Sep 23, 2024
Merged

Refactor LDS Package #25

merged 13 commits into from
Sep 23, 2024

Conversation

ncguilbeault
Copy link
Collaborator

Summary

This PR refactors the Bonsai.ML.LinearDynamicalSystems (LDS) package to use the newly formed Bonsai.ML, Bonsai.ML.Python, and Bonsai.ML.Data packages introduced in #22 . This PR also adds XML comments to previously undocumented functions within the package.

@glopesdev glopesdev self-requested a review September 23, 2024 10:20
Copy link
Member

@glopesdev glopesdev left a comment

Choose a reason for hiding this comment

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

LGTM. One last clarification, the idea is that CreateModelReference can be potentially used to refer to any ML model and not just Python models, correct? Feel free to merge.

@ncguilbeault
Copy link
Collaborator Author

LGTM. One last clarification, the idea is that CreateModelReference can be potentially used to refer to any ML model and not just Python models, correct? Feel free to merge.

Yes, that's the idea. I imagine we will use this class when we start integrating models directly in C#, but for right now, it is only being used to refer to named python objects inside of the python runtime engine.

@ncguilbeault ncguilbeault merged commit 6d3ccfa into main Sep 23, 2024
2 checks passed
@ncguilbeault ncguilbeault deleted the lds-refactor branch September 27, 2024 14:22
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