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

vector & matrix parameter descriptions in tags #4139

Closed
wants to merge 1 commit into from
Closed

vector & matrix parameter descriptions in tags #4139

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Feb 1, 2018

Made changes as suggested.

  • Tests pass.
  • style check pass.

Comments: Some parameters in couple of classes doesn't have a description. Kept them as it is.

watch_param(
"beta_local", &beta_local, &beta_local_size,
AnyParameterProperties(
"subkernel weights on L1 term of elastic net mkl", MS_NOT_AVAILABLE,
Copy link
Member

Choose a reason for hiding this comment

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

same here, pls let's not have this MS_NOT_AVAILABLE, GRADIENT_NOT_AVAILABLE everytime, but instead hide it, and only write it out if things are available

@ghost
Copy link
Author

ghost commented Feb 8, 2018

@karlnapf Hi this is ready for review:)

watch_param("beta_local", &beta_local, &beta_local_size);
watch_param(
"beta_local", &beta_local, &beta_local_size,
AnyParameterProperties(
Copy link
Member

Choose a reason for hiding this comment

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

Couldn't we have this without the AnyParameterProperties? but just string?
@lisitsyn

@stale
Copy link

stale bot commented Feb 26, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Feb 26, 2020
@stale
Copy link

stale bot commented Mar 4, 2020

This issue is now being closed due to a lack of activity. Feel free to reopen it.

@stale stale bot closed this Mar 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant