* fixing pypi readme errors and adding a test
Signed-off-by: Amit Sharma <amit_sharma@live.com>
* installing dynamic versioning
Signed-off-by: Amit Sharma <amit_sharma@live.com>
---------
Signed-off-by: Amit Sharma <amit_sharma@live.com>
- Reduce it only the essential points
- Add image as overview of the offered features
- Made connection between GCM and PO framework more consistent
- Revise the GCM example to an executable code snipped
- Removed conda installation guide, because conda is still at version 0.8
- Extended some references to include GCM related work
- Fix build status icon
- Changed github references to py-why (was still pointing to microsoft)
Signed-off-by: Patrick Bloebaum <bloebp@amazon.com>
This significantly overhauls the user guide by changing the overall structure and adding new subsections.
Signed-off-by: Patrick Bloebaum <bloebp@amazon.com>
Co-authored-by: Peter Goetz <pego@amazon.com>
Co-authored-by: Amit Sharma <amit_sharma@live.com>
* update readme
Signed-off-by: Chris Trevino <darthtrevino@gmail.com>
* update dev-version text
Signed-off-by: Chris Trevino <darthtrevino@gmail.com>
* update pip command to use git+https
Signed-off-by: Chris Trevino <darthtrevino@gmail.com>
* some clean-ups
Signed-off-by: Chris Trevino <darthtrevino@gmail.com>
* remove some stray text
Signed-off-by: Chris Trevino <darthtrevino@gmail.com>
* whitespace updates to clean up diff
Signed-off-by: Chris Trevino <darthtrevino@gmail.com>
* fix tqdm spelling
Signed-off-by: Chris Trevino <darthtrevino@gmail.com>
* add poetry install docs
Signed-off-by: Chris Trevino <darthtrevino@gmail.com>
* remove dep list from readme
Signed-off-by: Chris Trevino <darthtrevino@gmail.com>
* update pyproject.toml link to be in rst format
Signed-off-by: Chris Trevino <darthtrevino@gmail.com>
Signed-off-by: Chris Trevino <darthtrevino@gmail.com>
* Updated EconML names and argument parsing.
* Changed EconML namespaces to match v0.8.1. Further name
changes will be implemented in v0.9
* Updated argument parsing. As of v0.9, some `fit` arguments will be
passed in by keyword only
* Updated tests and example notebooks to be compatible with the latest
EconML changes
* Fix Windows compatibility of example notebook
* Point econml dependency to specific branch to debug build failures.
* Account for EconML internal features
* EconML concatenates the common causes W and effect modifiers X
internally so no need to do it explicitly in dowhy.
* EconML has better support for Pandas dataframes so I removed the
casting to numpy array.
* fixed econml bug for CI intervals,
* removed input prompt from notebooks to enable automatic testing
* added tests for notebooks
* added nbformat, jupyter as req for github actions
* adding jupyter as dependency for workflow runs
* modified readme to be compliant with twine requirements
* added supported methods for each of the four steps
* updated readme headers and structure
* added econml code example
* added references to example notebooks throughout the readme text