joycex99 / fraud-detection

Neural network anomaly detection classifier built with Clojure/Cortex
Eclipse Public License 1.0
30 stars 5 forks source link

Update readme #2

Open mchampine opened 7 years ago

mchampine commented 7 years ago

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 in your blog post this is obtainable from https://www.kaggle.com/dalpozz/creditcardfraud). It looks to me like the license on the data would let you add it directly to your project (see license link on kaggle which points to https://opendatacommons.org/licenses/dbcl/1.0/) but I haven't researched that very thoroughly.

2) Starting the project is very resource intensive. On a new macbook pro w/ 16 gig I had to shut down chrome, mail client etc. to free up enough resources to avoid "REPL server launch timed out." message. You might want to warn this can happen and provide workarounds.