Commit fd0a41b
committed
feat(data): add clean PlantMolecularTasteDB loader; document FartDB exclusion
Diligence on richer taste data, with the licensing line held:
- EXCLUDE FartDB (HuggingFace, ~31k tastants, the largest public set): MIT badge
over a composite of FlavorDB (CC-BY-NC-SA) + SciFinder (CAS, proprietary) +
Tas2R-DB (ACS). The badge can't relicense data FartLabs doesn't own — the same
trap as OpenPOM's GS-LF. Documented in SOURCES.md / DATA-SOURCES.md.
- ADD PlantMolecularTasteDB (Gradinaru 2022, Frontiers Pharmacol., CC-BY): taste-
active phytochemicals — clean, and exactly the natural-product space a flavor
house cares about. `load_pmtdb` wired into build_taste_dataset.py, reusing the
tolerant `_find` + `parse_taste_column` logic (skips cleanly until the file is
dropped in; columns marked [VERIFY] per issue #25).
No data committed (gitignored as always); this readies the next clean taste source
for a drop-in retrain.
Signed-off-by: Austin L. <86896075+rvnminers-A-and-N@users.noreply.github.com>1 parent 52dedf3 commit fd0a41b
3 files changed
Lines changed: 43 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | | - | |
33 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
| |||
42 | 47 | | |
43 | 48 | | |
44 | 49 | | |
| 50 | + | |
45 | 51 | | |
46 | 52 | | |
47 | 53 | | |
| |||
227 | 233 | | |
228 | 234 | | |
229 | 235 | | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
230 | 262 | | |
231 | 263 | | |
232 | 264 | | |
| |||
266 | 298 | | |
267 | 299 | | |
268 | 300 | | |
| 301 | + | |
269 | 302 | | |
270 | 303 | | |
271 | 304 | | |
| |||
0 commit comments