mljs / ml-pipe

https://mljs.github.io/ml-pipe/
MIT License
2 stars 0 forks source link

make it work for multioutput models #42

Open kjappelbaum opened 2 years ago

kjappelbaum commented 2 years ago

would be needed for predicting spectra, as discussing with @lpatiny.

Some models, such as NNs naturally support this but are currently hard-coded to one output. For others, however, we would need a multioutput wrapper. In the limit of low data, this won't work that well.