Skip to content

Add MinMaxScaler Estimator #2309

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

Open
icfaust opened this issue Feb 10, 2025 · 0 comments
Open

Add MinMaxScaler Estimator #2309

icfaust opened this issue Feb 10, 2025 · 0 comments
Labels
good first issue Good for newcomers hacktoberfest help wanted Open to community contribution

Comments

@icfaust
Copy link
Contributor

icfaust commented Feb 10, 2025

The MinMaxScaler estimator scales the data to a range set by the minimum and maximum. Use the IncrementalBasicStatistics
estimator to generate the min and max to scale the data. Investigate where the new implementation may be low performance and
include guards in the code to use Scikit-learn as necessary. The final deliverable would be to add this estimator to the 'spmd'
interfaces which are effective on MPI-enabled supercomputers, this will use the underlying MPI-enabled minimum and maximum
calculators in IncrementalBasicStatistics. This is similar to the MaxAbsScaler and can be combined into a small project.
This is an easy difficulty project.

https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.MinMaxScaler.html

@icfaust icfaust added good first issue Good for newcomers hacktoberfest help wanted Open to community contribution labels Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers hacktoberfest help wanted Open to community contribution
Projects
None yet
Development

No branches or pull requests

1 participant