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

Checkpoints and Saving/Loading models for Scikit-learn #176

Closed
wants to merge 6 commits into from

Conversation

bkal01
Copy link
Contributor

@bkal01 bkal01 commented Jul 18, 2020

This feature allows users to save and load Scikit-learn models using Aim. Scikit-learn seems to be missing the equivalent of Keras callbacks, so checkpoint functionality is limited. The model is saved and loaded using joblib. Examples of saving/loading are also included.

@gorarakelyan gorarakelyan added type / enhancement Issue type: new feature or request phase / review-needed Issue phase: issues that are done and needs review labels Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
phase / review-needed Issue phase: issues that are done and needs review type / enhancement Issue type: new feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants