feat: substitution search + build-status & OpenPOM-scope docs - #46
Merged
Merged
Conversation
β¦POM scope Add substitute() β Tanimoto/Morgan nearest-neighbor over the labeled molecule set (issue #22 core); each neighbor carries its known tastes. Track-A implementation; Track B mirrors it as a pgvector ANN query. Docs: - BUILD-STATUS.md: living inventory (built / needs-validation / stubbed / deferred) + product-vision staging (substitution now -> aroma-on-their-data pilot -> novel-molecule/retrosynthesis long-horizon). - AROMA.md: precise OpenPOM commercial scope β MIT *code* is usable, but its GS-LF training data is NonCommercial and its weights are encumbered; a usable aroma model must be our own, trained from scratch on licensed/customer data. - ARCHITECTURE.md: aroma row now points to AROMA.md.
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Substitution search (#22 core). Adds
substitute()topredict.pyβ Tanimoto/Morgan nearest-neighbor over the labeled molecule set, each neighbor returned with its known tastes. The reformulation / cost-down tool. Track-A implementation; Track B mirrors it as a pgvector ANN query over the same fingerprints (M6).Spot-checked: glucose β ribose/sugars (sim 0.94); vanillin β ethyl ferulate / creosol / anisaldehyde.
Docs
BUILD-STATUS.md(new) β living inventory of what's built / built-but-needs-validation / stubbed / deferred, plus the product-vision staging (substitution now β aroma-on-their-data pilot β novel-molecule + retrosynthesis long-horizon).AROMA.mdβ precise OpenPOM commercial scope: MIT code is usable, but the bundled GS-LF data is NonCommercial and weights trained on it are encumbered. A usable aroma model must be our own, trained from scratch on licensed (PMP 2001) or customer data.ARCHITECTURE.mdβ aroma row now points toAROMA.md.Notes
substitute()against the real labeled set;ruffclean; imports OK.