MaaniBeigy / fuzzyrescaler

:straight_ruler: Fuzzy feature scaling methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fuzzyrescaler

Travis build status AppVeyor build status Codecov test coverage license Project Status: Active – The project has reached a stable, usable state and is being actively developed. contributions welcome GitHub code size in bytes

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. With the fuzzy feature scaling/transformation, some useful knowledge may be extracted from features, and the new rescaled vectors may tolerate the possible uncertain information (such as outlier values, and rescaling of categorical variables). Also, the classification methods can achieve better accuracies using Fuzzy feature scaling methods.

Installation

You can install the released version of fuzzyrescaler from GitHub with:

# install.packages("devtools")
devtools::install_github("MaaniBeigy/fuzzyrescaler")

About

:straight_ruler: Fuzzy feature scaling methods

License:GNU General Public License v3.0


Languages

Language:R 100.0%