gpt4 book ai didi

python - 值错误: 'max' is not a supported norm

转载 作者:行者123 更新时间:2023-11-30 09:01:11 26 4
gpt4 key购买 nike

我正在使用sklearn.preprocessing.normalize符合 l1 和 l2 规范。我也想尝试 max,因为它提到:

norm : ‘l1’, ‘l2’, or ‘max’

所以我做到了:

X = tfidf.fit_transform(data['Content']) # the matrix articles x max_features(=words)
normed_X = normalize(X, axis=0, norm='max')

并收到此运行时错误:

  File "/usr/lib/python2.7/dist-packages/sklearn/preprocessing/data.py", line 427, in normalize
raise ValueError("'%s' is not a supported norm" % norm)
ValueError: 'max' is not a supported norm

我做错了什么?

最佳答案

您正在使用的文档比您正在使用的库版本更新。 'max' 选项刚刚在 0.17 中添加。

关于python - 值错误: 'max' is not a supported norm,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35388864/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com