Uh oh!
There was an error while loading. Please reload this page.
Remove all spaces in the end of lines - #478
Conversation
Ivanidzo4ka
commented
Jul 2, 2018
| public const string UserNameValue = "FastTree (Boosted Trees) Tweedie Regression"; | ||
| public const string Summary = "Trains gradient boosted decision trees to fit target values using a Tweedie loss function. This learner is a generalization of Poisson, compound Poisson, and gamma regression."; | ||
| new public const string Remarks = @"<remarks> | ||
| public new const string Remarks = @"<remarks> |
There was a problem hiding this comment.
Following the documentation, I see that keyword new is the first in statements. #Resolved
There was a problem hiding this comment.
Let me add real @TomFinley
RoboTom gives this:
warning TLC_ExplicitAccessModifiers: Symbol 'Remarks' did not have access modifiers as the leading modifiers
There was a problem hiding this comment.
The cold robotic hand of robotom was not programmed for this eventuality, due to the limitations of its flawed, human, designer. I might prefer to change robotom vs. do this.
There was a problem hiding this comment.
| internal const string ShortName = "PR"; | ||
| internal const string Summary = "Poisson Regression assumes the unknown function, denoted Y has a Poisson distribution."; | ||
| new internal const string Remarks = @"<remarks> | ||
| internal new const string Remarks = @"<remarks> |
There was a problem hiding this comment.
@Ivanidzo4ka, It has be reverted here as well...:)
I have opened PR (486) to fix it.
* remove all spaces in the end of lines
It's nice to not have spaces in the end of lines