ml4ai / ASKEM-TA1-DockerVM

Docker recipes demonstrating how to use our pipelines
3 stars 1 forks source link

[equations] Generate AMR output for equation-based input #4

Closed myedibleenso closed 1 year ago

myedibleenso commented 1 year ago

In coordination with @Free-Quarks , add AMR service for output to equations-rest example.

### Tasks
- [ ] https://github.com/ml4ai/skema/issues/289
- [x] [Add notebook](https://github.com/ml4ai/ASKEM-TA1-DockerVM/blob/c2404523e7bb0a0af7f773ac95881bb8f1700da7/equations-rest/notebooks/eqn2amr.ipynb)
myedibleenso commented 1 year ago

@Free-Quarks , are there expectations we need to keep in mind about the pMML that you take as input?

Free-Quarks commented 1 year ago

For the eqn2amr endpoints, not really. Just a vector of mathml strings, each string being one equation of the system of equations.

We don't have complete coverage over everything that can popup in pMML, but when it comes to the standard first order linear differential equations of our domain, it should be very good coverage.

myedibleenso commented 1 year ago

initial version completed during the hackathon.