fraud-detection icon indicating copy to clipboard operation
fraud-detection copied to clipboard

Neural network anomaly detection classifier built with Clojure/Cortex

Results 2 fraud-detection issues
Sort by recently updated
recently updated
newest added

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...