You are a data scientist using Azure Machine Learning Studio. You need to normalize values by binning them into bins to predict a target column.
Solution: Apply a Quantiles binning mode with a P-Quantile normalization.
Does the solution meet the goal?