module Xgboost

Constants

VERSION

Public Class Methods

root() click to toggle source
# File lib/xgboost.rb, line 2
def self.root
  File.expand_path(File.join('..', '..'), __FILE__)
end