
"It's been hard to breathe and the smell's been just horrendous... [It's] like you've literally been sprayed by a skunk." - Resident of Prague, Oklahoma in 'It's nasty': Prague neighbors push back on area cannabis facility, Oklahoma News 4 (2022).
snake_case.total_terpenes and total_cannabinoids were calculated as the simple sum of all terpenes and cannabinoids respectively.total_thc, total_cbd, and total_cbg were calculated using the decarboxylation rate (87.7%) for THCA, CBDA, and CBGA.total_cannabinoids greater than 35% or total_terpenes greater than 6% were presumed to be outliers and were excluded.classification was determined by the original authors from natural language processing (NLP) and can take a value of sativa, indica, or hybrid depending on the language in the reviewer's description.p_cymene with pcymene, beta_caryophyllene with caryophyllene, and humulene with alpha_humulene.ocimene, beta_ocimene, trans_ocimene to ocimene and trans_nerolidol, cis_nerolidol, transnerolidol_1, transnerolidol_2 to nerolidol.terpinenes, was created as the sum of alpha_terpinene, gamma_terpinene, terpinolene, and terpinene.| Datasets | URL |
|---|---|
| Raw data | https://data.mendeley.com/datasets/6zwcgrttkp/1 |
| Curated panel data | https://cannlytics.page.link/reported-effects |
| Potential strain effects data | https://cannlytics.page.link/strain-effects |
1{
2 "full": [
3 "cbc",
4 "cbd",
5 "cbda",
6 "cbg",
7 "cbga",
8 "cbn",
9 "delta_8_thc",
10 "delta_9_thc",
11 "thca",
12 "thcv",
13 "alpha_bisabolol",
14 "alpha_pinene",
15 "alpha_terpinene",
16 "beta_caryophyllene",
17 "beta_myrcene",
18 "beta_pinene",
19 "camphene",
20 "carene",
21 "caryophyllene_oxide",
22 "d_limonene",
23 "eucalyptol",
24 "gamma_terpinene",
25 "geraniol",
26 "guaiol",
27 "humulene",
28 "isopulegol",
29 "linalool",
30 "nerolidol",
31 "ocimene",
32 "p_cymene",
33 "terpinene",
34 "terpinolene"
35 ],
36 "terpene_only": [
37 "alpha_bisabolol",
38 "alpha_pinene",
39 "alpha_terpinene",
40 "beta_caryophyllene",
41 "beta_myrcene",
42 "beta_pinene",
43 "camphene",
44 "carene",
45 "caryophyllene_oxide",
46 "d_limonene",
47 "eucalyptol",
48 "gamma_terpinene",
49 "geraniol",
50 "guaiol",
51 "humulene",
52 "isopulegol",
53 "linalool",
54 "nerolidol",
55 "ocimene",
56 "p_cymene",
57 "terpinene",
58 "terpinolene"
59 ],
60 "cannabinoid_only": [
61 "cbc",
62 "cbd",
63 "cbda",
64 "cbg",
65 "cbga",
66 "cbn",
67 "delta_8_thc",
68 "delta_9_thc",
69 "thca",
70 "thcv"
71 ],
72 "totals": ["total_cbd", "total_thc", "total_terpenes"],
73 "simple": ["total_cbd", "total_thc"]
74}/stats/effects endpoint, specifying your model if you desire, and you will receive effect and aroma predictions.GET request to /stats/effects. Currently, the model statistics include false_positive_rate, false_negative_rate, true_positive_rate, true_negative_rate, accuracy, and informedness./stats/effects/actual endpoint.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.