[DOC] Update R doc

This commit is contained in:
tqchen
2016-01-16 11:46:23 -08:00
parent e7d8ed71d6
commit 8e7f2679d5
16 changed files with 1402 additions and 156 deletions

View File

@@ -14,7 +14,7 @@ try:
from .sklearn import XGBModel, XGBClassifier, XGBRegressor
from .plotting import plot_importance, plot_tree, to_graphviz
except ImportError:
print('Error when loading sklearn/plotting. Please install scikit-learn')
pass
VERSION_FILE = os.path.join(os.path.dirname(__file__), 'VERSION')
__version__ = open(VERSION_FILE).read().strip()