我正在尝试分析客户购物数据,我正在尝试使用 Python 中的生命周期包。我无法在生命周期内导入估计模块
from lifetimes.utils import *
from lifetimes.plotting import *
from lifetimes.estimation import *
from lifetimes.estimation import *
ModuleNotFoundError:没有名为“lifetimes.estimation”的模块
我正在尝试分析客户购物数据,我正在尝试使用 Python 中的生命周期包。我无法在生命周期内导入估计模块
from lifetimes.utils import *
from lifetimes.plotting import *
from lifetimes.estimation import *
from lifetimes.estimation import *
ModuleNotFoundError:没有名为“lifetimes.estimation”的模块
考虑进一步扩展它,以防其他人面临同样的问题(由于遵循冗余代码)。
lifes.estimation 模块在生命周期包中不再可用(根据最新的模型文档)。这个模块中的所有功能都移到了其他模块,你真的不再需要这个模块了。继续使用最新的模型版本 0.11.1,不要导入这个特定的子模块。