Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Bonus Calculation Method to Use Min-Max Scaling #516

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mike96265
Copy link

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 mike96265 force-pushed the fix-correlation-example-with-baseball-corp branch from 3438578 to c8932c0 Compare September 23, 2023 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant