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

Added ordinal variable type to independent variables #45

Merged
merged 19 commits into from
Oct 25, 2016

Commits on Oct 22, 2016

  1. Factor out weighted Chi Squared calculation for cleaner code

    xulaus authored and Mark Ramotowski committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    6fabe09 View commit details
    Browse the repository at this point in the history
  2. Ordinal Variables?!?!?!? 😱

    xulaus authored and Mark Ramotowski committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    9450af3 View commit details
    Browse the repository at this point in the history
  3. Rework command line to accept ordinal variables

    xulaus authored and Mark Ramotowski committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    451f55a View commit details
    Browse the repository at this point in the history
  4. Remove an enumerate

    xulaus authored and Mark Ramotowski committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    092b00a View commit details
    Browse the repository at this point in the history
  5. Fix performance issue

    xulaus authored and Mark Ramotowski committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    84069f3 View commit details
    Browse the repository at this point in the history
  6. Fix misguided refactor

    xulaus authored and Mark Ramotowski committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    c102b17 View commit details
    Browse the repository at this point in the history
  7. Add tests for ordinal column

    xulaus authored and Mark Ramotowski committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    08371e6 View commit details
    Browse the repository at this point in the history
  8. Add Nan test case

    xulaus authored and Mark Ramotowski committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    4f83f2a View commit details
    Browse the repository at this point in the history
  9. Allow variable types to be passed in as a Dict.

    xulaus authored and Mark Ramotowski committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    fdff416 View commit details
    Browse the repository at this point in the history
  10. Fix incorrect groups reported bug and add specs for said bug

    xulaus authored and Mark Ramotowski committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    0f807a5 View commit details
    Browse the repository at this point in the history
  11. Get NaN behavour correct.

    xulaus authored and Mark Ramotowski committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    1b0ccb7 View commit details
    Browse the repository at this point in the history
  12. Fix empty node issue

    xulaus authored and Mark Ramotowski committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    4ca04a9 View commit details
    Browse the repository at this point in the history
  13. Deal with NaNs correctly when returning groups containing NaN

    xulaus authored and Mark Ramotowski committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    0d52cbb View commit details
    Browse the repository at this point in the history
  14. Fix for disappering group items

    xulaus authored and Mark Ramotowski committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    1d8984a View commit details
    Browse the repository at this point in the history
  15. Fix broken spec (that was wrong in the first place)

    xulaus authored and Mark Ramotowski committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    4ac893a View commit details
    Browse the repository at this point in the history
  16. PR Comments

    xulaus authored and Mark Ramotowski committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    15c88fd View commit details
    Browse the repository at this point in the history
  17. PEP8 fixes

    xulaus authored and Mark Ramotowski committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    5902d0e View commit details
    Browse the repository at this point in the history
  18. Add dtype=oject tests

    xulaus authored and Mark Ramotowski committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    c03df76 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2016

  1. Python 3 fixes

    xulaus committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    cf4a388 View commit details
    Browse the repository at this point in the history