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