commit c6987b522a692c0fba30565be1c855a42537dbb9 Author: Theo Date: Mon Sep 26 11:36:02 2022 +0200 initial commit diff --git a/LICENCE b/LICENCE new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md new file mode 100644 index 0000000..fb43434 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +**Benchmark of Supervised ML methods for the analysis of envicronmental microbiomes** + +**and a python package that is not named yet** + + + +**TODO** +- +- Decide on a set of datasets that fit the scope (this will lead to decisions such as test/train, 10fold-cv or loocv) +- Decide on sets of methods that fit the scope +- implement everyhting with an eye on open publication +- Decide on a Licence +- write pyproject.toml for metadata and make ready for PIP \ No newline at end of file diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..e69de29 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e69de29