dependabot[bot] on maven
Bump commons-io from 2.4 to 2.7… (compare)
Hi all,
I wonder what tools and algorithms of Librec should I use if I want to implement a multi criteria similarity search for a bike recommendation system?
Assume I have a database where all bikes have 3 attributes: Category, Weight, Price.
The user sets his preferences to: Mountain Bike, 30kg, $200
I would like to get as a recommendation result the following 2 bikes:
So, how should I go about it using Librec?
Thanks in advance!