Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Recommendation feature] Distinguish between user requirements that must be satisfied and those that could be similar #137

Open
yunkon-kim opened this issue Oct 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@yunkon-kim
Copy link
Member

yunkon-kim commented Oct 14, 2024

Note

First of all, a user should confirm the response of the recommendation API.

It is required to check if the recommendation feature supports it well when an item must satisfy the user's requirements.

For example,

  1. A user specifies an OS version such as Ubuntu 24.04.4 due to a system library issue.
  2. No VM OS image satisfies this in the target cloud.
  3. It returns that no VM OS image satisfies this.

Currently, the threshold/activation function is applied to the calculated similarity, which can be seen as reflecting the above. Therefore, I first plan to improve it by adjusting the sensitivity. Next, I will consider comparing strict patterns.

@yunkon-kim yunkon-kim added the enhancement New feature or request label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant