[mlpack-git] [mlpack/mlpack] TrainTestSplit without Label (#651)

Keon Kim notifications at github.com
Thu May 26 08:10:17 EDT 2016


The current [TrainTestSplit](https://github.com/mlpack/mlpack/blob/master/src/mlpack/core/data/split_data.hpp#L102) only supports labeled dataset.
I think it would be good to provide the same TrainTestSplit functions for unlabeled datasets.

So The function signature would be: 
```
template<typename T>
std::tuple<arma::Mat<T>, arma::Mat<T>>
TrainTestSplit(const Mat<T>& input, const double testRatio )
```

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/651
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160526/290b1180/attachment.html>


More information about the mlpack-git mailing list