Data-Science-For-Beginners icon indicating copy to clipboard operation
Data-Science-For-Beginners copied to clipboard

Update Bonus Calculation Method to Use Min-Max Scaling

Open mike96265 opened this issue 1 year ago • 0 comments

According to the context, if we calculate the bonus with the base height.max() - height.mean(), then the bonus might exceed 100. To address this issue and ensure that the bonus remains within a reasonable range, I propose using Min-Max scaling. This will help normalize the bonus calculation and prevent it from becoming excessively large.

mike96265 avatar Sep 23 '23 15:09 mike96265