-
Notifications
You must be signed in to change notification settings - Fork 11
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
Numeric predictors draft, part 1 #9
Conversation
::: | ||
|
||
:::: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We also talked about adding sections for percentages and proportions as well as some based on convention or scientific knowledge. I added #10 to track those.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in the skewness part, this latex \\sum_{1=1}^n
should be \\sum_{i=1}^n
(1=1 should be i=1)
suggestion from @krz
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested edits
Co-authored-by: kjell-stattenacity <kjell@stattenacity.com>
Content for the first part of the initial predictor chapter. The feature extraction bits will eventually follow in another PR.