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

Auto: Return cor & converge errors earlier than at the end #41

Open
SimonDedman opened this issue Feb 25, 2019 · 0 comments
Open

Auto: Return cor & converge errors earlier than at the end #41

SimonDedman opened this issue Feb 25, 2019 · 0 comments
Assignees

Comments

@SimonDedman
Copy link
Owner

glm.fit: algorithm did not converge (bin only?)
if (!conv)
warning("glm.fit: algorithm did not converge", call. = FALSE)

glm.fit: fitted probabilities numerically 0 or 1 occurred (bin only)
if (any(mu > 1 - eps) || any(mu < eps))
warning("glm.fit: fitted probabilities numerically 0 or 1 occurred",
call. = FALSE)

In cor(y_i, u_i) : the standard deviation is zero (gaus only?)
from cor, base function

http://blog.obeautifulcode.com/R/A-Warning-About-Warning/
question asked here

Can just use warnings() or print(warnings()) ? After gbm.steps so L393 & 440. Tried

@SimonDedman SimonDedman self-assigned this Feb 25, 2019
@SimonDedman SimonDedman changed the title Return cor & converge errors earlier than at the end Auto: Return cor & converge errors earlier than at the end Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant