oceanprotocol / pm

Zenhub needs each issue associated with one repo. This repo is a workaround, to mark issues that span >1 repos.
4 stars 0 forks source link

Allow parametrization of C2D algorithms #168

Closed MBadea17 closed 6 months ago

MBadea17 commented 2 years ago

Allow parametrization of C2D algorithms. Algorithms need the ability to dynamically pass parameters to the model in order to yield useful results. This is a requirement for advanced AI/ML applications we currently do not satisfy. To change the model, a new algorithm has to be published, which is very inconvenient.

Source: DeltaDAO

calina-c commented 2 years ago

Could we use algouserdata somehow?

mihaisc commented 2 years ago

This is already in the code. https://docs.oceanprotocol.com/references/provider/#post-apiservicescompute algorithm.algocustomdata: Json object, algorithm custom parameters (optional) . If this is related to the market then it's not relevant for now.

kaimeinke commented 2 years ago

We are aware of the availability in the code and we find it highly relevant to provide working examples in the frontend and use cases for this.