[mlpack-git] [mlpack/mlpack] DatasetMapper & Imputer (#694)

Tham notifications at github.com
Sat Jul 16 22:50:19 EDT 2016


> +#include <mlpack/core/data/imputation_methods/custom_imputation.hpp>
> +#include <mlpack/core/data/imputation_methods/listwise_deletion.hpp>
> +#include <mlpack/core/data/imputation_methods/mean_imputation.hpp>
> +#include <mlpack/core/data/imputation_methods/median_imputation.hpp>
> +
> +#include <boost/test/unit_test.hpp>
> +#include "test_tools.hpp"
> +
> +using namespace mlpack;
> +using namespace mlpack::data;
> +using namespace std;
> +
> +BOOST_AUTO_TEST_SUITE(ImputationTest);
> +
> +/**
> + * Make sure a CSV is loaded correctly.

I think this comment may not describe what are the test case doing.
Either remove it, or make it more expressive.

---
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/pull/694/files/e5d591e511ae449eae1523a80346357b93b968d1#r71075605
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160716/32da8b53/attachment-0001.html>


More information about the mlpack-git mailing list