Skip to content

Moved WhiteningTransform to HalLearners #1583

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

Merged
merged 4 commits into from
Nov 16, 2018
Merged

Conversation

artidoro
Copy link
Contributor

@artidoro artidoro commented Nov 8, 2018

Fixes #721.

Moved the whitening transform file to HalLearners. Also had to move the corresponding mlcontext extensions.

Copy link
Contributor

@Ivanidzo4ka Ivanidzo4ka left a comment

Choose a reason for hiding this comment

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

:shipit:

/// <param name="eps">Whitening constant, prevents division by zero.</param>
/// <param name="maxRows">Maximum number of rows used to train the transform.</param>
/// <param name="pcaNum">In case of PCA whitening, indicates the number of components to retain.</param>
public static VectorWhiteningEstimator VectorWhiten(this TransformsCatalog.ProjectionTransforms catalog, string inputColumn, string outputColumn,
Copy link
Member

@sfilipi sfilipi Nov 8, 2018

Choose a reason for hiding this comment

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

VectorWhiten [](start = 47, length = 12)

do you feel like writing a sample for it, and referencing it from here? :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point! I'll do that :)

Copy link
Member

@sfilipi sfilipi left a comment

Choose a reason for hiding this comment

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

:shipit:

@Ivanidzo4ka
Copy link
Contributor

Ivanidzo4ka commented Nov 15, 2018

@artidoro Can you merge it with master and merge it in eventually?

@artidoro artidoro merged commit 31102c2 into dotnet:master Nov 16, 2018
@artidoro artidoro deleted the movewhite branch January 5, 2019 00:02
@ghost ghost locked as resolved and limited conversation to collaborators Mar 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants