Module: BigML
- Extended by:
- Util::Config
- Defined in:
- lib/big_ml.rb,
lib/big_ml/base.rb,
lib/big_ml/model.rb,
lib/big_ml/source.rb,
lib/big_ml/dataset.rb,
lib/big_ml/version.rb,
lib/big_ml/prediction.rb,
lib/big_ml/util/client.rb,
lib/big_ml/util/config.rb,
lib/big_ml/util/request.rb,
lib/big_ml/util/authenticable.rb
Defined Under Namespace
Modules: Authenticable, Request, Util Classes: Base, Dataset, Model, Prediction, Source
Constant Summary collapse
- VERSION =
"0.1.1"
Constants included from Util::Config
Util::Config::BIGML_ENDPOINT, Util::Config::DEFAULT_BIGML_API_KEY, Util::Config::DEFAULT_BIGML_USERNAME, Util::Config::VALID_OPTIONS_KEYS
Class Method Summary collapse
Methods included from Util::Config
Class Method Details
.new(options = {}) ⇒ Object
13 14 15 |
# File 'lib/big_ml.rb', line 13 def new( = {}) Client.new() end |