-
Notifications
You must be signed in to change notification settings - Fork 6
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
Autocorrelation #160
base: develop
Are you sure you want to change the base?
Autocorrelation #160
Conversation
The cardinalities in the metafeatures.json and the code that computes them need to be cleaned up. I want to fix this after the refactor that is coming soon. Also, I want to separate this from the autocorrelation PR. I will make a separate PR for each. |
bc41c8a
to
ab2a726
Compare
As requested @bjschoenfeld, I've fixed and cleaned up this PR. It should be ready for your review now. |
c369a5b
to
cd5ed74
Compare
Codecov Report
@@ Coverage Diff @@
## develop #160 +/- ##
===========================================
- Coverage 92.36% 92.13% -0.24%
===========================================
Files 13 13
Lines 760 788 +28
===========================================
+ Hits 702 726 +24
- Misses 58 62 +4
Continue to review full report at Codecov.
|
This implements new metafeatures including autocorrelation, cardinality at 2,3,4, and binary features. It also updates the way that numeric and categorical cardinalities are being calculated.