fix clj-konda errors

This commit is contained in:
Rowan Torbitzky-Lane 2025-03-14 19:46:08 -05:00
parent 8f2ba3579b
commit cabf5bc376

View File

@ -1,8 +1,10 @@
(ns propeller.problems.data-creation
(:require [psb2.core :as psb2]
(:require
[clojure.core :refer [read-string with-open]]
[clojure.data.csv :as csv]
[clojure.java.io :as io]
[clojure.string :as s]))
[clojure.string :as s]
[psb2.core :as psb2]))
(defn generate-data [problem train-or-test]
(let [train-and-test-data (psb2/fetch-examples "data" problem 200 1000)