-
Notifications
You must be signed in to change notification settings - Fork 353
Snippet for sklearn #341
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
Snippet for sklearn #341
Conversation
I somehow can't pass config to ModelInfo properly in Models.ts.
config is still { config: { filename: 'model.pkl' } } but in ModelInfo it's {}. Do you have any idea? |
I'm not entirely sure to what does the code you're sharing correspond to. My workflow is to create a model repo with the same You're doing
But the model file should be within
For debugging you can also add a |
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.
This looks good! Thanks for working on it! I left some minor suggestions and improvement requests
Co-authored-by: Omar Sanseviero <osanseviero@gmail.com>
Let me know if it's ready for another review (and remember to mark as solved if things are resolved) |
@osanseviero WDYT |
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.
Looks good! I just left a suggestion on the comment 🔥 thanks!
Co-authored-by: Omar Sanseviero <osanseviero@gmail.com>
Taking from #314 thought it would be better to have a separate branch instead of fork given I also change moon-landing code