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 more accessors to TransformedModel #244

Merged
merged 2 commits into from
Jun 21, 2022

Conversation

Craigacp
Copy link
Member

Description

Adds accessors to TransformedModel which allow access to the wrapped model, so users can call model specific methods.

Motivation

Allows users to see the cluster centroids of the transformed model. Fixes #242.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jun 20, 2022
@Craigacp Craigacp added the Oracle employee This PR is from an Oracle employee label Jun 21, 2022
Copy link
Member

@pogren pogren left a comment

Choose a reason for hiding this comment

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

straightforward change.

@Craigacp Craigacp merged commit 4472301 into oracle:main Jun 21, 2022
@Craigacp Craigacp deleted the transformed-model branch June 21, 2022 18:51
Craigacp added a commit that referenced this pull request Oct 25, 2022
* Adding accessors to TransformedModel.

* Fixing copyright.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement. Oracle employee This PR is from an Oracle employee
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transforming features by scaling
2 participants