rinuboney / clatern

Machine Learning in Clojure
Eclipse Public License 1.0
67 stars 12 forks source link

Min-max-scaler in Preprocessing Can't Be Trained on Vectors #25

Closed rnowling closed 9 years ago

rnowling commented 9 years ago

Min-max-scaler can only be trained on matrices, not vectors.

rinuboney commented 9 years ago

What is the need for training a min-max scaler on a vector?

rnowling commented 9 years ago

I don't have a concrete use case at the moment. We could close this issue as "not supported" until someone actually needs the capability.

rinuboney commented 9 years ago

If somebody actually needs it then they can just wrap the vector into a matrix.

rnowling commented 9 years ago

Sounds good to me. Closing the issue.