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

DO NOT MERGE: Match pixels, but offset in time (for ex-ante forecasting of additionality) #115

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
2cfc1ba
feat: k_all pixels and interactive find pairs drafted
Jul 31, 2024
088048e
feat: fast find pairs experiment incorporated into executable
Jul 31, 2024
f1d44ee
Added wrapper script
abbyevewilliams Jul 18, 2024
4a7abce
fix: sppeds up find pairs by sampling M to the size of K
Aug 7, 2024
81377a6
Update calculate_k.py
abbyevewilliams Aug 7, 2024
2bec9d9
Update calculate_k.py
abbyevewilliams Aug 8, 2024
bc64c05
First attempt at ex ante offset
abbyevewilliams Aug 12, 2024
49fa76f
Merge remote-tracking branch 'origin/tws_cluster_find_pairs' into aew…
abbyevewilliams Aug 12, 2024
91e6e2f
Removed manual inputs from tws_cluster_find_pairs
abbyevewilliams Aug 12, 2024
6c7e552
Update tmfpython.sh
abbyevewilliams Aug 12, 2024
db9204c
Merge remote-tracking branch 'origin/main' into aew85-ex-ante-offset
abbyevewilliams Aug 12, 2024
72be6b3
Merge remote-tracking branch 'origin/main' into aew85-ex-ante-offset
abbyevewilliams Aug 13, 2024
154bef5
Update find_pairs.py
abbyevewilliams Aug 14, 2024
9a960d9
Update tmfpython.sh
abbyevewilliams Aug 15, 2024
98e800b
Merge pull request #122 from quantifyearth/mwd-fix-121
patricoferris Aug 20, 2024
fb7ac46
Added functionality to print git branch in R notebook
abbyevewilliams Aug 27, 2024
83ddf33
Added functionality to knit R notebook
abbyevewilliams Aug 28, 2024
9d92d17
Moved things around
abbyevewilliams Aug 28, 2024
435ebfb
Deleted unnecessary stuff
abbyevewilliams Aug 28, 2024
62c0b38
Update tmfpython.sh
abbyevewilliams Aug 28, 2024
7823ebf
Updated tmfpython.sh to mirror ex post evaluations code
abbyevewilliams Aug 29, 2024
8d391fa
Update ex_ante_evaluations_template.Rmd
abbyevewilliams Aug 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update tmfpython.sh
abbyevewilliams committed Aug 28, 2024
commit 62c0b38ee086863c3d05cff49319d29622ab0d7d
2 changes: 1 addition & 1 deletion scripts/tmfpython.sh
Original file line number Diff line number Diff line change
@@ -197,5 +197,5 @@ deactivate
# Run ex-ante evaluation
if [ "$verbose" == "true" ]; then
ea_output_file="${output_dir}/${proj}_ex_ante_evaluation.html"
Rscript -e "rmarkdown::render(input='scripts/ex_ante_evaluation_template.Rmd',output_file='${ea_output_file}',params=list(proj='${proj}',t0='${t0}',input_dir='${input_dir}',output_dir='${output_dir}',branch='${branch}'))"
Rscript -e "rmarkdown::render(input='evaluations/ex_ante_evaluation_template.Rmd',output_file='${ea_output_file}',params=list(proj='${proj}',t0='${t0}',input_dir='${input_dir}',output_dir='${output_dir}',branch='${branch}'))"
fi