JuliaStats / MLBase.jl

A set of functions to support the development of machine learning algorithms
MIT License
186 stars 63 forks source link

Transforms type hierarchy change for additional implementations #9

Closed wildart closed 10 years ago

wildart commented 10 years ago

I changed transforms type hierarchy and implemented MinMax normalization. The Z-score normalization related type was renamed from Standardize to ZScore.

lindahua commented 10 years ago

This part of functionalities is moving to StatsBase. (See http://statsbasejl.readthedocs.org/en/latest/scalarstats.html#z-scores)

lindahua commented 10 years ago

You may want to make a PR there.

wildart commented 10 years ago

It makes sense.