renchuw
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Since both ML [1] and SQL can be used to select cells from a table, can I convert one to the other? This allows creating SQL in a smart way (select cells -> build SQL, hence the name inverse SQL). Yes. Create a decision…
- Show HN: Creating SQL queries with decision trees (inversql.rentruewang.com)
-
Recently I've been working on making LLM evaluations fast by using bayesian optimization to select a sensible subset. Bayesian optimization is used because it’s good for exploration / exploitation of expensive black box…