From c6987b522a692c0fba30565be1c855a42537dbb9 Mon Sep 17 00:00:00 2001 From: Theo Date: Mon, 26 Sep 2022 11:36:02 +0200 Subject: [PATCH] initial commit --- LICENCE | 0 README.md | 13 +++++++++++++ __init__.py | 0 pyproject.toml | 0 requirements.txt | 0 5 files changed, 13 insertions(+) create mode 100644 LICENCE create mode 100644 README.md create mode 100644 __init__.py create mode 100644 pyproject.toml create mode 100644 requirements.txt 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