umutphp / laravel-model-recommendation

This package generates recommendation list for elequent models. It provides a simple API to work with to generate and list recommendations for a model.
MIT License
56 stars 7 forks source link

Add Recommendation Algorithm Options #7

Closed umutphp closed 3 years ago

umutphp commented 3 years ago

The algorithm uses item based filtering with an unsupervised algorithm. We need to add multiple algorithm choices and a config option to choose which algorithm to use.