我目前正在使用我自己的数据完成功能工具演示( https://github.com/Featuretools/predict_next_purchase/blob/master/Tutorial.ipynb )。我创建了一个实体集,并尝试首先创建标签。笔记本引用了导入实用程序,但没有使用功能工具进行安装。这是我需要安装的单独模块吗?
python 2.7 pip 安装功能工具
我目前正在使用我自己的数据完成功能工具演示( https://github.com/Featuretools/predict_next_purchase/blob/master/Tutorial.ipynb )。我创建了一个实体集,并尝试首先创建标签。笔记本引用了导入实用程序,但没有使用功能工具进行安装。这是我需要安装的单独模块吗?
python 2.7 pip 安装功能工具
该utils.py
文件特定于演示存储库而不是 Featuretools 库。
在运行本教程之前,您应该克隆或下载整个 repo。
文件本身在这里:https ://github.com/Featuretools/predict_next_purchase/blob/master/utils.py
该make_labels
函数位于该文件的这一行:
https ://github.com/Featuretools/predict_next_purchase/blob/9cab9b28c94c43c69d7fb75b6ed92b3dd4cfb72d/utils.py#L66
一旦您在本地拥有该文件,您就可以针对您的特定用例对其进行修改。