Add Correlation-Sensitive Next-Basket Recommendation (Beacon) Model (#584)
* Add beacon model * Add example * Update docs * Fixed data_iter * refactor code
Showing
- README.md 3 additions, 2 deletionsREADME.md
- cornac/models/__init__.py 1 addition, 0 deletionscornac/models/__init__.py
- cornac/models/beacon/__init__.py 16 additions, 0 deletionscornac/models/beacon/__init__.py
- cornac/models/beacon/beacon_tf.py 302 additions, 0 deletionscornac/models/beacon/beacon_tf.py
- cornac/models/beacon/recom_beacon.py 290 additions, 0 deletionscornac/models/beacon/recom_beacon.py
- cornac/models/beacon/requirements.txt 1 addition, 0 deletionscornac/models/beacon/requirements.txt
- docs/source/api_ref/models.rst 5 additions, 0 deletionsdocs/source/api_ref/models.rst
- examples/README.md 2 additions, 0 deletionsexamples/README.md
- examples/beacon_tafeng.py 56 additions, 0 deletionsexamples/beacon_tafeng.py
cornac/models/beacon/__init__.py
0 → 100644
cornac/models/beacon/beacon_tf.py
0 → 100644
cornac/models/beacon/recom_beacon.py
0 → 100644
cornac/models/beacon/requirements.txt
0 → 100644
examples/beacon_tafeng.py
0 → 100644
Please register or sign in to comment