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

Pubdev 4995 #1640

Merged
merged 6 commits into from
Oct 20, 2017
Merged

Pubdev 4995 #1640

merged 6 commits into from
Oct 20, 2017

Conversation

johnygomez
Copy link
Member

Well obviously Aggregator uses schema v99 now, so fixed it manually to that version for now.
Maybe we could parse the schema version from REST and include it in bindings.
Also added simple test, which may be more sophisticated, like comparing rest_version used in python API to the one received from server..

raised = False
agg = H2OAggregatorEstimator(model_id="aggregator")
try:
agg.train(training_frame=data, x="minairtemp", y="maxairtemp")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also test that the API provides correct results. Without that we cannot close PUBDEV-4995 (the jira is really about aggregator not being supported in Python).

Copy link
Contributor

@michalkurka michalkurka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is great for now!

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 this pull request may close these issues.

2 participants