-
Notifications
You must be signed in to change notification settings - Fork 5
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
Conversation
944b3fd
to
32555e8
Compare
There was a problem hiding this 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.
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. |
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.