Show HN: Create SQL from taking apart decision trees
Category: devtools
Tags: decision-tree, sql-generation, explainable-ai
Score: 6.0/10 (Innovation: 6, Technical: 7, Documentation: 6, Utility: 5)
InverSQL generates SQL queries from user-selected cells in a CSV by overfitting a decision tree, decomposing it into boolean logic, and simplifying it with sympy. It offers a novel approach to SQL generation for non-technical users through a Streamlit demo, though its practical utility is niche.
Target audience: data engineers, data scientists, backend devs
Repository: https://github.com/rentruewang/inversql · Python · MIT · 11 stars
View on Hacker News