lasso-net / lassonet

Feature selection in neural networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible for y to be multi-dimensional

ElrondL opened this issue · comments

In the classifier, is it possible for y to be a vector instead of a single number?

No but you can use a classifier to predict each dimension or you can transform the vector into categories.