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

Unify the API for all models to make predictions on the test set #198

Closed
WenjieDu opened this issue Oct 5, 2023 · 0 comments
Closed

Unify the API for all models to make predictions on the test set #198

WenjieDu opened this issue Oct 5, 2023 · 0 comments
Labels
enhancement New feature or request new feature Proposing to add a new feature
Milestone

Comments

@WenjieDu
Copy link
Owner

WenjieDu commented Oct 5, 2023

1. Feature description

Currently, we use different APIs for models on different tasks to make predictions, e.g. impute() for imputation models, classify() for classification models, cluster() for clustering ones, and forecast() for forecasting ones. We should make a unified API for all models to make predictions (including all tasks) on the given test set.

2. Motivation

Make the framework's API more unified and easier to use.

3. Your contribution

Will make a PR to implement it.

@WenjieDu WenjieDu added enhancement New feature or request new feature Proposing to add a new feature labels Oct 5, 2023
@WenjieDu WenjieDu added this to the v0.1.4 milestone Oct 8, 2023
@WenjieDu WenjieDu mentioned this issue Oct 9, 2023
4 tasks
@WenjieDu WenjieDu closed this as completed Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new feature Proposing to add a new feature
Projects
None yet
Development

No branches or pull requests

1 participant