6
votes
Fortnightly Programming Q&A Thread
General Programming Q&A thread! Ask any questions about programming, answer the questions of other users, or post suggestions for future threads.
Don't forget to format your code using the triple backticks or tildes:
Here is my schema:
```sql
CREATE TABLE article_to_warehouse (
article_id INTEGER
, warehouse_id INTEGER
)
;
```
How do I add a `UNIQUE` constraint?
If someone is interested in collaborating on an open-source project I'm looking for someone with statistical regression, natural language processing, image classification, or machine learning expertise.
The project is a CLI tool and the goal would be to bring opt-in, lightweight ML with an Unix tool interface. Ideally, models would be small (smaller than 100MiB, smaller than 10MiB even better), CPU-driven, and very portable (not requiring many dependencies). Sound interesting?
Here is the project https://github.com/chapmanjacobd/library/
Some ideas that I have to get started:
Existing code here: https://github.com/chapmanjacobd/library/blob/main/xklb/scripts/cluster_sort.py