Update grade.cljc

This commit is contained in:
Ryan Boldi 2022-12-21 21:03:51 -05:00
parent 77ec7b121e
commit 4625475e90

View File

@ -14,10 +14,6 @@
(def train-data (dc/read-data-formatted "grade" "train")) (def train-data (dc/read-data-formatted "grade" "train"))
(def test-data (dc/read-data-formatted "grade" "test")) (def test-data (dc/read-data-formatted "grade" "test"))
(def outputs (map (fn [i] (get i :output1)) train-data))
outputs
(defn map-vals-input (defn map-vals-input
"Returns all the input values of a map" "Returns all the input values of a map"
[i] [i]