Commit 89444e57 authored by Dr.李's avatar Dr.李

fixed missing part

parent 0858d3cb
...@@ -71,6 +71,7 @@ class XGBRegressor(create_model_base('xgboost')): ...@@ -71,6 +71,7 @@ class XGBRegressor(create_model_base('xgboost')):
n_jobs=n_jobs, n_jobs=n_jobs,
missing=missing, missing=missing,
**kwargs) **kwargs)
self.impl = XGBRegressor.model_decode(self.model_encode())
@property @property
def importances(self): def importances(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment