无法从Pycaret解决导入错误
我试图通过在Anaconda(Python 3.8)中创建环境来安装Pycaret。一切都很好,除非我尝试从 pycaret.classification import *我显示出一个错误,尽管我…
在GCP中安装pycaret时错误
我正在尝试在GCP(Google Cloud Platform)Jupyterlab中安装Pycaret。安装Pycaret软件包时,我会遇到错误。 我正在使用 !!pip install pycaret 安装…
pycaret-什么是曲调模型自定义网格的参数
我试图为 tune_model 函数的 custom_grid 设置参数 tune_model(model, n_iter=50, custom_grid={'learning_rate':0.5}) ,它将给我这个错误 参数值是…
DataframeIndex 不存在时发现重复值
我有以下数据集,其中索引为 DatetimeIndex,“值”列由浮点数组成。索引:creationDate仅包含2020-06-13这一天的信息。 df df[df.index.duplicated()…
pycaret plot_model()可视化图不正确
当我在Colabs中的Pycaret上使用plot_model()时,我得到了这样的无法使用的图表。 我的图表 如何在我的图表上使用缩放切片?他们只是使用普通的plot_mo…
ValueError:您必须传递一个频率参数,因为当前索引没有
我正在使用 pycaret.time_series alpha 模块,但我在启动实验时遇到了这个问题。我认为这是模块内部的。有人可以帮忙吗? `from pycaret.time_series …
Pycaret 不能很好地管理多重共线性
我在 Pycaret 库的输入中有一个 Panda Dataframe df 。 所以 df 具有: 3 categoricals variables: LIB_SOURCE : values: 'arome_001', 'gfs_025' and…
错误:无法为使用 PEP 517 的 scikit-learn 构建轮子,并且无法直接安装
当我在命令提示符下运行此命令时, pip install pycaret 我收到此错误: ERROR: Could not build wheels for scikit-learn which use PEP 517 and can…
模型完全看不到 Pycaret 时间序列(测试版)中使用的测试数据吗?
检查官方文档和示例,我如果模型完全看不到传递给 setup 函数的测试数据,我仍然很困惑??? from pycaret.datasets import get_data from pycaret.i…