Skip to content

Commit

Permalink
Comment out skgarden see #61
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacovercast committed Apr 25, 2022
1 parent d258720 commit e24f51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MESS/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boruta import BorutaPy
from copy import deepcopy
from MESS.util import progressbar, MESSError
from skgarden import RandomForestQuantileRegressor
#from skgarden import RandomForestQuantileRegressor
from sklearn import metrics
from sklearn.dummy import DummyClassifier, DummyRegressor
from sklearn.ensemble import RandomForestRegressor, RandomForestClassifier,\
Expand Down

0 comments on commit e24f51c

Please sign in to comment.