MLOpsPython icon indicating copy to clipboard operation
MLOpsPython copied to clipboard

Scaling function in Designer gives NaN's and infinite values.

Open tastymrchef opened this issue 5 years ago • 1 comments
trafficstars

I have my Dataset registered in the Designer and after using Normalization (MinMaxScaler) funtion on it, the result dataset has NaN's and infinite values in it.

I also downloaded the dataset on my local machine to use the scikit-learns minmaxscaler and it works good. But the designer Normalization gives out this particular error 'ValueError: Input contains NaN, infinity or a value too large for dtype('float32').'

here is the dataset X_train.zip

tastymrchef avatar Jun 11 '20 09:06 tastymrchef

This is not the correct medium for designer questions, I would open issues on the designer docs/examples ( https://docs.microsoft.com/en-us/azure/machine-learning/concept-designer#datasets) and check if your error is here https://docs.microsoft.com/en-us/azure/machine-learning/algorithm-module-reference/designer-error-codes

shivp950 avatar Jun 23 '20 19:06 shivp950