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

Friendly predictor interface #151

Open
kylebgorman opened this issue Nov 10, 2023 · 1 comment
Open

Friendly predictor interface #151

kylebgorman opened this issue Nov 10, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@kylebgorman
Copy link
Contributor

I am working on a simple wrapper class which loads the model and yields predictions, but the interface in predict.py is somewhat unfriendly for this...it has nice abstractions but they're not the ones I need.

I propose to improve predict.py and related bits to make this process more friendly, and put my completed "predictor" class could go into the examples directory.

@kylebgorman kylebgorman added the enhancement New feature or request label Nov 10, 2023
@kylebgorman kylebgorman self-assigned this Nov 10, 2023
@Adamits
Copy link
Collaborator

Adamits commented Nov 15, 2023

Sounds good! I think examples of how to, in python, do various things like quickly get predictions, or even eval, sounds nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants