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

Add transform_frame to GLRM doc #6967

Closed
exalate-issue-sync bot opened this issue May 11, 2023 · 3 comments
Closed

Add transform_frame to GLRM doc #6967

exalate-issue-sync bot opened this issue May 11, 2023 · 3 comments
Assignees

Comments

@exalate-issue-sync
Copy link

No description provided.

@exalate-issue-sync
Copy link
Author

Wendy Wong commented: I have added a new feature transform in Java and transform_frame in Python and R to GLRM.

Basically, we know given a dataset A to GLRM, it will build the following:

A = X*Y where Y is the archetype and X contains the coefficients to the archetype.

When a new dataset B is given to a GLRM model, it will perform the following:

B ~ Xnew * Y where Y is the original archetype generated from the training dataset where ~ means approximately equal.

When we call score in Java or predict in Python and R with a new dataset, the result Xnew*Y is returned.

Now, if we call transform in java or transform_frame in Python or R, the Xnew is returned instead.

Hannah: Can you please add some description and example of transform_frame to GLRM docs? Thanks, Wendy

@h2o-ops
Copy link
Collaborator

h2o-ops commented May 14, 2023

JIRA Issue Details

Jira Issue: PUBDEV-8751
Assignee: hannah.tillman
Reporter: Wendy Wong
State: Resolved
Fix Version: 3.36.1.3
Attachments: N/A
Development PRs: Available

@h2o-ops
Copy link
Collaborator

h2o-ops commented May 14, 2023

Linked PRs from JIRA

#6239

@h2o-ops h2o-ops closed this as completed May 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants