You are a data scientist using Azure Machine Learning Studio. You need to normalize values by grouping them into bins to predict a target column.
Solution: Apply an Equal Width with Custom Start and Stop binning mode.
Does the solution meet the goal?