Traceback(most recent call last):File"prediction.py", line 90,in<module>
gaussianNaiveBayes()File"prediction.py", line 76,in gaussianNaiveBayes
training = training.fit(trainData, target)File"/Library/Python/2.7/site-packages/sklearn/naive_bayes.py", line 163,in fit
self.theta_[i,:]= np.mean(Xi, axis=0)File"/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/ core/fromnumeric.py", line 2716,in mean
out=out, keepdims=keepdims)File"/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/_methods.py", line 62,in _mean
ret = um.add.reduce(arr, axis=axis, dtype=dtype, out=out, keepdims=keepdims)TypeError: cannot perform reduce with flexible type
السؤال
Meezo ML
في مكتبة sklearn حاولت استخدام Gaussian Naive Bayes Module:
والبيانات كانت:
ظهر لدي الخطأ التالي :
ما المشكلة؟
1 جواب على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.