python-api-client:Python客户端,可轻松使用Recombee推荐API

时间:2024-05-30 09:37:18
【文件属性】:

文件名称:python-api-client:Python客户端,可轻松使用Recombee推荐API

文件大小:132KB

文件格式:ZIP

更新时间:2024-05-30 09:37:18

Python

RecombeeApiClient 一个Python客户端,可轻松使用推荐API。 同时支持Python 2和Python 3。 如果您还没有Recombee帐户,则可以创建一个免费帐户。 该API的文档可在上找到。 安装 用pip安装客户端: $ pip install recombee-api-client (如果您使用的是Python 3,请使用pip3而不是pip) 例子 基本例子 from recombee_api_client . api_client import RecombeeClient from recombee_api_client . exceptions import APIException from recombee_api_client . api_requests import * import random client = Recombee


网友评论