big_ml:BigML REST API的Ruby包装器

时间:2021-05-20 12:56:22
【文件属性】:
文件名称:big_ml:BigML REST API的Ruby包装器
文件大小:223KB
文件格式:ZIP
更新时间:2021-05-20 12:56:22
Ruby BigML Ruby包装器,提供对源,数据集,模型和预测的访问。 您可以创建,检索,更新和删除 概要 require 'rubygems' require 'big_ml' BigML . configure do | c | c . username = 'foo' c . api_key = 'bar' c . dev_mode = true #c.debug = true # Raises errors for bad requests end # easy creation of sources file_path = "fixtures/iris.csv" source = BigML :: Source . create ( file_path ) # Are you looking for old dataset? all_datasets = Bi
【文件预览】:
big_ml-master
----.gitignore(167B)
----.rspec(31B)
----.rvmrc.example(46B)
----.travis.yml(40B)
----LICENSE(1KB)
----CHANGELOG.md(214B)
----spec()
--------units()
--------integration()
--------spec_helper.rb(477B)
--------vcr_cassettes()
--------fixtures()
----README.md(2KB)
----lib()
--------big_ml()
--------big_ml.rb(425B)
----TODO.md(87B)
----big_ml.gemspec(988B)
----Gemfile(91B)
----Rakefile(114B)

网友评论