nubank / fklearn

fklearn: Functional Machine Learning
Apache License 2.0
1.51k stars 165 forks source link

Add MinMax Scaler #215

Open HectorLira opened 2 years ago

HectorLira commented 2 years ago

Status

READY

Todo list

Background context

We're adding a MinMax scaler to fklearn.training module, often used in neural networks.

Description of the changes proposed in the pull request

We've made two changes:

  1. Adding the MinMax scaler to fklearn.training module.
  2. Adding tests of the MinMax scaler.

Related PRs

NA

Where should the reviewer start?

With the definition of the MinMax scaler itself.

Remaining problems or questions

NA