我正在使用PredictionIO构建推荐系统,使用这个模板进行机器学习:https://templates.prediction.io/PredictionIO/template-scala-parallel-ecommercerecommendation
对于每个网站,我创建了一个带有access_token的PredictionIO应用程序,它必须在命令行中输入
我的问题是,我如何在PHP代码中运行并获得它?
发布于 2015-05-12 23:27:32
您可以使用PhP SDK向PredictionIO发送事件。
https://github.com/PredictionIO/PredictionIO-PHP-SDK
下面是如何使用应用程序设置电子商务引擎的快速入门。https://docs.prediction.io/templates/ecommercerecommendation/quickstart/-0pjud e在你的例子中,每个应用程序都有自己的访问密钥,如果它们的数据不能混合在一起-即如果它们有不同的产品和用户,你需要为每个应用程序设置一个引擎。
-Isabelle
https://stackoverflow.com/questions/30192437
复制相似问题