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

1D Statistics #327

Open
1 of 8 tasks
kanitw opened this issue Feb 7, 2017 · 0 comments
Open
1 of 8 tasks

1D Statistics #327

kanitw opened this issue Feb 7, 2017 · 0 comments

Comments

@kanitw
Copy link
Member

kanitw commented Feb 7, 2017

Goal

  • Refactor API such that we can do calculate separately and pass these as input to our API
    • If the stats are not passed as input, then we recalculate internally.
    • If they are already input, then they are good!

Basic Implementation

  • extend DlFieldProfile so that we can store more statistic like ones below

Stats

  • Number of potential outliers

  • Entropy (for measuring uniformity)

    • Easy -- just call dl.entropy
  • Number of Unique Values (We already got this from dl.profile)

Rank by Feature http://ieeexplore.ieee.org/document/1382892/

(RBF)

  • Normality
  • Size of the biggest gap
@kanitw kanitw added this to the 1.0 Schema milestone Feb 7, 2017
@kanitw kanitw changed the title Statistics 1D Statistics Feb 7, 2017
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

2 participants