sql-machine-learning / sqlflow

Brings SQL and AI together.
https://sqlflow.org
Apache License 2.0
5.05k stars 697 forks source link

Implement support for mathematical programming in SQLFlow #2403

Open typhoonzero opened 4 years ago

typhoonzero commented 4 years ago

Please check out the design doc before starting to contribute: https://github.com/sql-machine-learning/sqlflow/blob/develop/doc/design/programming_solver.md

TODO:

sneaxiy commented 4 years ago
  • [ ] Add sqlflow_submitter.solve() function to solve the programming problem as the Python API
    • [ ] support optflow job
    • [ ] support pyomo job
  • [ ] Add code generators in go to generate code that calls sqlflow_submitter.solve()

@typhoonzero I would like to take part in these works.