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

apply given algorithm on the dataset #3

Closed
kirangadhave opened this issue May 30, 2023 · 0 comments · Fixed by #6
Closed

apply given algorithm on the dataset #3

kirangadhave opened this issue May 30, 2023 · 0 comments · Fixed by #6
Assignees

Comments

@kirangadhave
Copy link
Member

kirangadhave commented May 30, 2023

the function should take in the prediction object and a dataset.

it should attempt to apply the algorithm to the dataset. Should fail with proper error messages if the attempt failed (e.g. the dimension that was used doesn't exist anymore). In the future, we might decide to use other prediction from the same category which has high similarity. I will have to think about this for a while.

It should return the results of the operation by returning the updated prediction object.

@kirangadhave kirangadhave transferred this issue from visdesignlab/persist May 30, 2023
@kirangadhave kirangadhave changed the title a function that takes a dataset and a prediction object, applies prediction to the dataset, and returns the result. apply given algorithm on the dataset May 30, 2023
@JakeWags JakeWags mentioned this issue Aug 11, 2023
1 task
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 a pull request may close this issue.

2 participants