dependabot[bot] on maven
Bump mysql-connector-java from … (compare)
guoguibing on 3.0.0
Fix the bug caused by comma, th… [+] Implement JDBC read data mo… Update maven`s pom.xml and 1 more (compare)
dependabot[bot] on maven
Bump junit from 4.12 to 4.13.1 … (compare)
dependabot[bot] on maven
Bump junit from 4.12 to 4.13.1 … (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!