Skip to content

Remove SubComponent usage from ML.PipelineInference. #817

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 2 commits into from
Sep 8, 2018

Conversation

eerhardt
Copy link
Member

@eerhardt eerhardt commented Sep 4, 2018

Working towards #585

public bool Equals(TransformString other)
{
return Kind == other.Kind &&
Settings.Equals(other.Settings);
Copy link
Member

Choose a reason for hiding this comment

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

Can we please be consistent with equality comparison syntax?

Copy link
Member Author

Choose a reason for hiding this comment

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

Oops - yes. Good catch. This was first taken from SubComponent, where Settings is an array. Fixing.

Copy link
Member

@codemzs codemzs left a comment

Choose a reason for hiding this comment

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

:shipit:

@eerhardt
Copy link
Member Author

eerhardt commented Sep 7, 2018

Since #852 was merged, and it contained these changes, this PR is now just to follow up with some PR feedback from this original change.

  1. Address @codemzs comment above.
  2. Ensure ExperimentsGenerator is creating the loader string like it was when it was using SubComponent.

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:

@eerhardt eerhardt merged commit d6be6dc into dotnet:master Sep 8, 2018
@eerhardt eerhardt deleted the PipelineInference branch September 8, 2018 13:16
@ghost ghost locked as resolved and limited conversation to collaborators Mar 29, 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