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

Retain column names from input dataframes/series #337

Merged
merged 6 commits into from
Dec 16, 2020

Commits on Dec 16, 2020

  1. Retain column names from input dataframes/series

    Functions like `cate_feature_names`, `summary`, `population_summary`
    display the input column names if inputs are pandas DataFrames or
    Series.
    In this commit:
    * changed cate_estimator, ortho_learner and inference classes to set
      input names upon fit
    * moved input verification to the base class for some estimators
    * modified customer scenario notebooks to reflect changes
    * added tests
    Miruna Oprescu committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    9b51dbe View commit details
    Browse the repository at this point in the history
  2. Change input names, clean up code.

    Miruna Oprescu committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    30ba8c1 View commit details
    Browse the repository at this point in the history
  3. Fixed PR bugs and refactored code into a more clean version

    Miruna Oprescu committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    f263fe3 View commit details
    Browse the repository at this point in the history
  4. Update econml/cate_estimator.py

    Co-authored-by: Keith Battocchi <[email protected]>
    2 people authored and Miruna Oprescu committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    a85e777 View commit details
    Browse the repository at this point in the history
  5. Update econml/inference.py

    Co-authored-by: Keith Battocchi <[email protected]>
    2 people authored and Miruna Oprescu committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    d16dd06 View commit details
    Browse the repository at this point in the history
  6. Addressed PR comments

    Miruna Oprescu committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    3a80417 View commit details
    Browse the repository at this point in the history