fraud-detection
fraud-detection copied to clipboard
Neural network anomaly detection classifier built with Clojure/Cortex
CompilerException java.lang.RuntimeException: Unable to resolve symbol: train in this context, compiling:(/tmp/form-init3183396019566444880.clj:1:1) Reproduce: - cloned the repo - lein repl ``` fraud-detection.core=> (train) CompilerException java.lang.RuntimeException: Unable to resolve symbol: train in...
Thanks, neat example! Just wanted to point out that the readme could be updated with some useful information: 1) Before running lein repl you need file resources/creditcard.csv (as you mention...