我正在尝试运行找到的here脚本以可视化股票市场集群。但是,出现此错误:
File "/Users/jovan/Downloads/plot_stock_market.py", line 169, in <module>
edge_model = covariance.GraphicalLassoCV(cv=5)
AttributeError: module 'sklearn.covariance' has no attribute 'GraphicalLassoCV'
GraphicalLassoCV
被弃用还是被其他替换?我正在使用Python 3.7。有谁知道如何使其工作或用什么代替它?