create function posts values to model dataset

Options
hmirza
hmirza Registered Posts: 3 ✭✭✭

Dears, im clearly new to Dataiku,

i have built a model based on 2 sources of datasets:

1- one directly from sql (which includes most of the columns)

2- and the second uploaded excel file with 2 external feautes filled manually.

Then i joined them to create my dataset (dataframe) and build the flow and model.

Now to use the model for prediction; i need to ensure the the model recives all the values for all its columns,

the user must input 2 features + and the file number(to get from DB), AND my API should pushall the data to the model in order it can predict the answer.

where should i build this function that recives the 2 input values from the user ? in the API deployer/service / node /endpoint?

Tagged:

Best Answer

Setup Info
    Tags
      Help me…