From 22c2ed21d3b81b4ef50e50bfa9f0d514e92f98d8 Mon Sep 17 00:00:00 2001 From: George Oblapenko Date: Thu, 5 Jul 2018 15:58:34 +0300 Subject: [PATCH] basic outline of project --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e53bc17 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# DataProcessor + +Plans for a data-processing framework to do the following: + +1. Apply feature selection procedures (based on correlation, importances) and re-run them automatically +1. Apply feature transformations +1. Perform cross-validation +1. Perform predictions +1. Log all of this in human-readable way \ No newline at end of file