📏 Generic feature scaling methods
Feature scaling is a method used to normalize the range of variables or features of data. In data processing, it is also known as data normalization and is usually performed during the data preprocessing step.
If you are using Linux or macOS, you need to install Rust using rustup:
curl https://sh.rustup.rs -sSf | shFor installation on Windows, read the instruction in rust-lang book.
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.