yhat-ruby:Yhat API的Ruby包装

时间:2024-06-10 11:20:36
【文件属性】:

文件名称:yhat-ruby:Yhat API的Ruby包装

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-10 11:20:36

Ruby

RubyRuby Yhat API的Ruby包装。 正在安装 使用安装 $ gem install yhat 做出预测 $ irb > require 'yhat' > require 'pp' > yh = Yhat.new("greg", "abcd1234", "https://sandbox.yhathq.com/") > pp(yh.predict("BeerRec", { "beer" => "Coors Light" } )) {"yhat_id"=>"b6d9ba8f-81bd-4d6c-bcca-17315faa4299", "result"=> [["Coors Light", "Natural Light", 13.10332], ["Coors Light", "Michelob Ultra", 13.58854], ["Coors Lig


【文件预览】:
yhat-ruby-master
----Gemfile(62B)
----yhat.gemspec(437B)
----Gemfile.lock(101B)
----.gitignore(166B)
----lib()
--------yhat.rb(2KB)
----README.md(1KB)

网友评论