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

missing main.py and config.py #7

Open
XiaoshuiHuang opened this issue Apr 24, 2020 · 2 comments
Open

missing main.py and config.py #7

XiaoshuiHuang opened this issue Apr 24, 2020 · 2 comments

Comments

@XiaoshuiHuang
Copy link

Thanks for sharing your code. It seems the current version missing "main.py" and "config.py". Would you please upload these two files so that I can test your code.

@gamazeps
Copy link
Collaborator

Hi !

Since this is a library-ish there is no main.py file.
However if you want to reproduce the results you will have to run exp_template.py.

The pipeline to reproduce would be:

git clone [email protected]:imkemayer/MissDeepCausal.git
cd MissDeepCausal
python3 -m venv venv
pip3 install -r requirements.txt
python exp_template.py

By default exp_template will try to compute all the hyper parameter grid, which will take a few years, you can fix the values with the different flags

@gamazeps
Copy link
Collaborator

Yeah sorry, the README.md was a bit stale compared to the development, we will update it :)

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