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 function to check for constant model while focussearch #259

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

jakob-r
Copy link
Sponsor Member

@jakob-r jakob-r commented Sep 27, 2016

Deals with #258
adds another column to the opt path where it saves whether the predictions were constant.
also finishes focussearch earlier.

@ja-thomas
Copy link
Contributor

Do we want that in the master branch for 0.1, since we mainly use it for checking I think we can leave it as an branch.

R/getExtras.R Outdated
} else {
ex$constant.model = FALSE
}
# if we use asyn MBO store node information and evaluation starte
Copy link
Contributor

Choose a reason for hiding this comment

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

Why that complicated?

ex$constant.model = isTRUE(attr(prop$prop.points, "constant.model"))

Copy link
Sponsor Member Author

Choose a reason for hiding this comment

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

TRUE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants