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

Implement the following unit test #484

Open
mfeurer opened this issue Jul 2, 2018 · 0 comments
Open

Implement the following unit test #484

mfeurer opened this issue Jul 2, 2018 · 0 comments
Assignees

Comments

@mfeurer
Copy link
Collaborator

mfeurer commented Jul 2, 2018

A good unit test would consist of the following steps:

  1. instantiate a classifier
  2. solve a small task with a complex decision boundary
  3. upload the classifier to OpenML (not necessarily the run result)
  4. download the flow from OpenML and re-instantiate the classifier
  5. solve the same small task as in step 2
  6. assert that the predictions from the classifier before uploading are exactly the same as the predictions from the re-instantiated classifier

Courtesy to @janvanrijn on https://github.com/openml/OpenML/wiki/Flow-Serialization

@ArlindKadra ArlindKadra self-assigned this Aug 2, 2018
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

No branches or pull requests

2 participants