Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
prohde committed Nov 3, 2023
1 parent 613c7fe commit 898e599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/dief-example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Experiment 1 in [1] compares the performance of three variants of nlDE using conventional metrics from the query processing literature and **_dief@t_**.\n",
"Experiment 1 in [1] compares the performance of three variants of nLDE using conventional metrics from the query processing literature and **_dief@t_**.\n",
"\n",
"The method `diefpy.performance_of_approaches_with_dieft` computes the results reported in the previously mentioned experiment, i.e., **_dief@t_**, _time to first tuple_, _execution time_, _number of answers produced_, _throughput_, _inverse time to first tuple_, and _inverse execution time_."
]
Expand Down Expand Up @@ -1057,7 +1057,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**Conclusion:** For `Q9.sparql`, the variants nLDE `Random` and `Not Adaptive` exhibit similar values of **_dief@k_** while producing the first 25% of the answers. However, when looking at **_dief@k_** at 100%, we can conclude that once nlDE `Random` starts producing answers, it produces all the answers at a faster rate. This can be observed in the answer trace plot, where the trace for nLDE `Random` (red line) has a higher slope over time than the other approaches."
"**Conclusion:** For `Q9.sparql`, the variants nLDE `Random` and `Not Adaptive` exhibit similar values of **_dief@k_** while producing the first 25% of the answers. However, when looking at **_dief@k_** at 100%, we can conclude that once nLDE `Random` starts producing answers, it produces all the answers at a faster rate. This can be observed in the answer trace plot, where the trace for nLDE `Random` (red line) has a higher slope over time than the other approaches."
]
},
{
Expand Down

0 comments on commit 898e599

Please sign in to comment.