MHD
MHD
that would solve that problem too
@VodBox Thanks man for this great tool. I have another neat feature " Conditional Actions " that would appear if a combination of file types is selected.a good scenario would...
sorry for the late reply, here is a quick example: ```php $dataset = [ "Intel core i5-12400" => [ "user1" => 1, "user2" => 1, "user3" => 0.2, ], "Intel...
@lujihong - The score can range from [0,1]. you can think of it as a percentage [0%, 100%]. - This package has 3 schemes to calculate the similarity between 2...
Here is a database diagram for an app that stores user ratings for visited venues. and serves recommendations based on the those ratings.  And here is the function that...
@lujihong great. good luck mate. > Note: I have updated the code to reflect the last version of the package.
@lucianobosco Try this: ```bash composer require laravel-notification-channels/fcm ```
@1337haxx0r this repository doesn't support recurring payments at the moment. we might add this feature in the future.

Hello thanks for your feedback, acctualy the recommender accepts a second constructor argument for the model, https://github.com/phpjuice/opencf/blob/3f27dfdd08594d95a69682316ad892ed7f274b92/src/Algorithms/Recommender.php#L44 So storing the model in a file or a Redis cache after calculation...