标签: sktime

pycaret.time_series.TSForecastingExperiment ImportError:无法从“sklearn.model_selection._search”导入名称“_check_param_grid”

在 databricks 中导入Pycaret time-series(beta)模块时,我收到以下错误(我们之前运行成功)。请求您帮助解决问题。

\n

使用中的 pycaret 版本:

\n
import pycaret\npycaret.__version__  # Out[1]: '3.0.0'\n
Run Code Online (Sandbox Code Playgroud)\n

使用的python版本:

\n
import sys\nsys.version #Out[9]: '3.8.10 (default, Mar 15 2022, 12:22:08) \\n[GCC 9.4.0]'\n
Run Code Online (Sandbox Code Playgroud)\n

以下是该问题的堆栈跟踪。

\n
from pycaret.time_series import TSForecastingExperiment\n\n/databricks/python_shell/dbruntime/PythonPackageImportsInstrumentation/__init__.py in import_patch(name, globals, locals, fromlist, level)\n    160             # Import the desired module. If you\xe2\x80\x99re seeing this while debugging a failed import,\n    161             # look at preceding stack frames for relevant error information.\n--> 162             original_result = python_builtin_import(name, globals, locals, fromlist, level)\n    163 \n    164             is_root_import …
Run Code Online (Sandbox Code Playgroud)

python azure-databricks pycaret sktime

5
推荐指数
1
解决办法
2703
查看次数

标签 统计

azure-databricks ×1

pycaret ×1

python ×1

sktime ×1