-
Notifications
You must be signed in to change notification settings - Fork 91
Add multicollinearity data check to API reference and docs #1707
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
Conversation
| "EvalML provides a few data checks to check for abnormal data: \n", | ||
| "\n", | ||
| "* `OutliersDataCheck`\n", | ||
| "* `NoVarianceDataCheck`\n", |
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.
Moving order around to match the descriptions that follow :d
Codecov Report
@@ Coverage Diff @@
## main #1707 +/- ##
=======================================
Coverage 100.0% 100.0%
=======================================
Files 242 242
Lines 19075 19075
=======================================
Hits 19067 19067
Misses 8 8
Continue to review full report at Codecov.
|
chukarsten
left a comment
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.
Solid!
| pad_with_nans | ||
| drop_rows_with_nans | ||
| infer_feature_types | ||
| save_plot |
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.
Not related, but I noticed this was missing too :d
Closes #1703.
Docs here: https://feature-labs-inc-evalml--1707.com.readthedocs.build/en/1707/user_guide/data_checks.html