Module: Xgboost

Defined in:
lib/xgboost.rb,
lib/xgboost/ffi.rb,
lib/xgboost/rake.rb,
lib/xgboost/booster.rb,
lib/xgboost/version.rb

Defined Under Namespace

Modules: FFI, Rake Classes: Booster

Constant Summary collapse

VERSION =
"0.2.1"

Class Method Summary collapse

Class Method Details

.rootObject



2
3
4
# File 'lib/xgboost.rb', line 2

def self.root
  File.expand_path(File.join('..', '..'), __FILE__)
end