Valid DSA-C03 Dumps shared by EduDump.com for Helping Passing DSA-C03 Exam! EduDump.com now offer the newest DSA-C03 exam dumps, the EduDump.com DSA-C03 exam questions have been updated and answers have been corrected get the newest EduDump.com DSA-C03 dumps with Test Engine here:
You are building a fraud detection model using Snowflake data'. One of the features is 'transaction_amount', which has a highly skewed distribution and contains outlier values. Which scaling technique is most appropriate to handle this situation effectively in Snowflake, considering the need to minimize the impact of outliers and preserve the shape of the distribution as much as possible, before feeding the data into a machine learning model? Assume you have sufficient compute resources.
Correct Answer: C,D
RobustScaler is suitable for handling outliers as it uses the interquartile range, which is less sensitive to extreme values than the mean and standard deviation used by StandardScaler. PowerTransformer can also be useful for transforming skewed data to a more Gaussian-like distribution, which can improve the performance of some machine learning models. While tree-based models are generally more robust to skewed data than other models, scaling can still improve convergence speed or performance, especially when combined with other preprocessing techniques or models that are sensitive to feature scaling. Therefore, E is not a great choice. Using RobustScaler and PowerTransformer will lead to a better performance of model.