From a7e412a1181ab4566aeeeb68eda9d7eac24821d0 Mon Sep 17 00:00:00 2001
From: hucorz <chaohui6014@gmail.com>
Date: Mon, 14 Oct 2024 11:06:15 +0800
Subject: [PATCH] comment sklearn

---
 python/xorbits/__init__.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/xorbits/__init__.py b/python/xorbits/__init__.py
index d794bcaef..6f0986817 100644
--- a/python/xorbits/__init__.py
+++ b/python/xorbits/__init__.py
@@ -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
 
@@ -36,7 +36,7 @@ def _install():
     _install_xgboost()
     _install_datasets()
     _install_experimental()
-    _install_sklearn()
+    # _install_sklearn()
 
 
 _install()