Multiple Inputs to a Single Port while creating component.

Waghbakriwala, Arif 16 Reputation points
2022-08-30T15:58:38.607+00:00

Hi there,
I am creating custom components using yaml scripts containing my reusable code in python scripts.

I want to create one component with a single input port that could handle multiple inputs at a time, i.e take the outputs of multiple components within the single component.

236212-image.png

for example in the image above, i want the final component to take in the output not only from 'Component Models - Random Forest Regression', but should also take output of 'Component Models - Arima' within the same input port of 'Component Aggregate'

The Yaml script for component Aggregate is below:

236232-image.png

The python script for the same is below:

236205-image.png

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,332 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,409 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.