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

Python engine adapters #18

Closed
wants to merge 6 commits into from
Closed

Conversation

maxwellflitton
Copy link
Contributor

Here I am separating the dependencies out so if a user does just wants to use sklearn then they do not need to have torch and vice versa. I have also isolated the Rust code from the python code with an adapter pattern so we can now perform unit tests on the processes of training and storing ML files from sklearn and torch and converting them to ONNX. There is still some way to go to getting the rust part into unit tests that can be called from python but for now the rust code itself had unit tests.

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