aboutsummaryrefslogtreecommitdiffstats
path: root/decision_tree/go.mod
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-07-08 08:46:16 +0000
committerterminaldweller <thabogre@gmail.com>2022-07-08 08:46:16 +0000
commit23dae20a546b51d0c87f95289f31966c48cafafa (patch)
treea94743535377627af8f8d4e7d7e15f8cde24c94e /decision_tree/go.mod
parentpoetry (diff)
downloadseer-23dae20a546b51d0c87f95289f31966c48cafafa.tar.gz
seer-23dae20a546b51d0c87f95289f31966c48cafafa.zip
a simple decision tree implementationHEADmaster
Diffstat (limited to 'decision_tree/go.mod')
-rw-r--r--decision_tree/go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/decision_tree/go.mod b/decision_tree/go.mod
new file mode 100644
index 0000000..0ffdf1b
--- /dev/null
+++ b/decision_tree/go.mod
@@ -0,0 +1,3 @@
+module decision_tree
+
+go 1.18