fengdu78 / Coursera-ML-AndrewNg-Notes

吴恩达老师的机器学习课程个人笔记
31.44k stars 10.56k forks source link

2. logistic_regression(逻辑回归)正则化映射代码有问题, #58

Open ivemcel opened 4 years ago

ivemcel commented 4 years ago

data = feature_mapping(x1, x2, power=6) print(data.shape)
data.head()

Accepted Ones F00 F10 F01 F20 F110 F02 ......顺序有问题啊!!! 看到的麻烦回复下呗!!!