https://github.com/zero-one-group/geni-repl-demo
https://github.com/zero-one-group/geni-repl-demo
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zero-one-group/geni-repl-demo
- Owner: zero-one-group
- Created: 2020-09-27T02:59:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T03:26:14.000Z (over 5 years ago)
- Last Synced: 2025-03-04T06:41:28.380Z (over 1 year ago)
- Language: Clojure
- Size: 13.1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Geni REPL Demo
This repository contains the script and data for the [Geni](https://github.com/zero-one-group/geni) REPL demo in the Scicloj event on the 26th of September 2020 (coming soon: link to the demo recording).
The script does some data cleaning, trains a collaborative-filtering model and recommends items for every member based on the descriptor word of their previous transactions.
Running the script:
1. [Install the Geni CLI](https://github.com/zero-one-group/geni#install-geni).
2. Start a REPL session with `geni`, then copy and paste the content of `final.clj` to the REPL.
Note that running `geni` the first time should download a ~230MB uberjar. This may take several minutes if you have a slow internet connection.