Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mateusz Pawlik
ted-experiments
Commits
2f25860a
Commit
2f25860a
authored
Nov 16, 2018
by
Thomas Huetter
Browse files
update service in readme and call_plot.sh
parent
56d3bd76
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
2f25860a
...
...
@@ -58,7 +58,7 @@ the experiments. The service file holds the connection details to the database
where the results will be stored. An example service file looks as follows.
```
[ted-exp
eriments
]
[ted-exp]
host=mydb.sbg.ac.at
port=5432
user=ted
...
...
src/plots/call_plot.sh
View file @
2f25860a
### Upperbound
python3 plot_experiments.py
--config
configs/upperbound/sentiment_runtime.json
--storeplot
"./plots/sentiment_runtime.pdf"
--service
ted-join
python3 plot_experiments.py
--config
configs/upperbound/sentiment_runtime_k.json
--storeplot
"./plots/sentiment_runtime_k.pdf"
--service
ted-join
python3 plot_experiments.py
--config
configs/upperbound/sentiment_error.json
--storeplot
"./plots/sentiment_error.pdf"
--service
ted-join
python3 plot_experiments.py
--config
configs/upperbound/dblp_runtime.json
--storeplot
"./plots/dblp_runtime.pdf"
--service
ted-join
python3 plot_experiments.py
--config
configs/upperbound/dblp_error.json
--storeplot
"./plots/dblp_error.pdf"
--service
ted-join
python3 plot_experiments.py
--service
ted-exp
--config
configs/upperbound/sentiment_runtime.json
--storeplot
"./plots/sentiment_runtime.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs/upperbound/sentiment_runtime_k.json
--storeplot
"./plots/sentiment_runtime_k.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs/upperbound/sentiment_error.json
--storeplot
"./plots/sentiment_error.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs/upperbound/dblp_runtime.json
--storeplot
"./plots/dblp_runtime.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs/upperbound/dblp_error.json
--storeplot
"./plots/dblp_error.pdf"
### FPR
python3 plot_experiments.py
--config
configs/fpr/fpr_bolzano.json
--storeplot
"./plots/bolzano_fpr.pdf"
python3 plot_experiments.py
--config
configs/fpr/fpr_dblp.json
--storeplot
"./plots/dblp_fpr.pdf"
python3 plot_experiments.py
--config
configs/fpr/fpr_python.json
--storeplot
"./plots/python_fpr.pdf"
python3 plot_experiments.py
--config
configs/fpr/fpr_sentiment.json
--storeplot
"./plots/sentiment_fpr.pdf"
python3 plot_experiments.py
--config
configs/fpr/fpr_swissprot.json
--storeplot
"./plots/swissprot_fpr.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs/fpr/fpr_bolzano.json
--storeplot
"./plots/bolzano_fpr.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs/fpr/fpr_dblp.json
--storeplot
"./plots/dblp_fpr.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs/fpr/fpr_python.json
--storeplot
"./plots/python_fpr.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs/fpr/fpr_sentiment.json
--storeplot
"./plots/sentiment_fpr.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs/fpr/fpr_swissprot.json
--storeplot
"./plots/swissprot_fpr.pdf"
### Pairs
python3 plot_experiments.py
--config
configs/pairs/tree_pairs_bolzano.json
--storeplot
"./plots/bolzano_pairs.pdf"
python3 plot_experiments.py
--config
configs/pairs/tree_pairs_dblp.json
--storeplot
"./plots/dblp_pairs.pdf"
python3 plot_experiments.py
--config
configs/pairs/tree_pairs_python.json
--storeplot
"./plots/python_pairs.pdf"
python3 plot_experiments.py
--config
configs/pairs/tree_pairs_sentiment.json
--storeplot
"./plots/sentiment_pairs.pdf"
python3 plot_experiments.py
--config
configs/pairs/tree_pairs_swissprot.json
--storeplot
"./plots/swissprot_pairs.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs/pairs/tree_pairs_bolzano.json
--storeplot
"./plots/bolzano_pairs.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs/pairs/tree_pairs_dblp.json
--storeplot
"./plots/dblp_pairs.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs/pairs/tree_pairs_python.json
--storeplot
"./plots/python_pairs.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs/pairs/tree_pairs_sentiment.json
--storeplot
"./plots/sentiment_pairs.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs/pairs/tree_pairs_swissprot.json
--storeplot
"./plots/swissprot_pairs.pdf"
### Times
python3 plot_experiments.py
--config
configs/times/times_bolzano.json
--storeplot
"./plots/bolzano_times.pdf"
python3 plot_experiments.py
--config
configs/times/times_dblp.json
--storeplot
"./plots/dblp_times.pdf"
python3 plot_experiments.py
--config
configs/times/times_python.json
--storeplot
"./plots/python_times.pdf"
python3 plot_experiments.py
--config
configs/times/times_sentiment.json
--storeplot
"./plots/sentiment_times.pdf"
python3 plot_experiments.py
--config
configs/times/times_swissprot.json
--storeplot
"./plots/swissprot_times.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs/times/times_bolzano.json
--storeplot
"./plots/bolzano_times.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs/times/times_dblp.json
--storeplot
"./plots/dblp_times.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs/times/times_python.json
--storeplot
"./plots/python_times.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs/times/times_sentiment.json
--storeplot
"./plots/sentiment_times.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs/times/times_swissprot.json
--storeplot
"./plots/swissprot_times.pdf"
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment