Skip to content

Commit

Permalink
Dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mghasemi committed Mar 6, 2019
1 parent 3db7571 commit c1023f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SKSurrogate/aml.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ def eoa_fit(self, X, y, **kwargs):
:param kwargs: `EOA` parameters
:return: `self`
"""
from .structsearch import SurrogateRandomCV, BoxSample, CompactSample
from .structsearch import BoxSample, CompactSample
from .eoa import EOA
_X, _y = X, y
if self.cat_cols is not None:
Expand Down
1 change: 1 addition & 0 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Dependencies
- `pandas <https://pandas.pydata.org/>`_,
- `matplotlib <https://matplotlib.org/>`_,
- `scikit-learn <https://scikit-learn.org/stable/>`_,
- `ELI5 <https://github.com/TeamHG-Memex/eli5>`_,
- `SALib <https://github.com/SALib/SALib>`_,
- `tqdm <https://github.com/tqdm/tqdm>`_,
- `peewee <https://github.com/coleifer/peewee>`_.
Expand Down

0 comments on commit c1023f1

Please sign in to comment.