Skip to content

Commit

Permalink
comment sklearn
Browse files Browse the repository at this point in the history
  • Loading branch information
hucorz committed Oct 14, 2024
1 parent da4541d commit a7e412a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/xorbits/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _install():
from .lightgbm import _install as _install_lightgbm
from .numpy import _install as _install_numpy
from .pandas import _install as _install_pandas
from .sklearn import _install as _install_sklearn
# from .sklearn import _install as _install_sklearn
from .web import _install as _install_web
from .xgboost import _install as _install_xgboost

Expand All @@ -36,7 +36,7 @@ def _install():
_install_xgboost()
_install_datasets()
_install_experimental()
_install_sklearn()
# _install_sklearn()


_install()
Expand Down

0 comments on commit a7e412a

Please sign in to comment.