How do I create a backend APIs for the various transformations and visualizations in a flow?

pg
pg Dataiku DSS Core Designer, Registered Posts: 2

I am trying to create an ML application which can display the various types of transformations that happen in a dataset, like the count of certain rows, their min, max, etc. This app will take data from the flow and display whatever information is needed for the particular run.

I need a way to pass the information to this app. I checked out the API Designer and could see that it is available for model results.

Is the same available for other queries too. For example, if I want to know the max of a particular column, or if I want to group by some columns and then find the sum of a particular column. These information should be fetched from the flow and passed in the API.

Best Answer

Setup Info
    Tags
      Help me…