MultinomialNB () MNBclf.fit(X_train,y_train) print(MNBclf.predict(X_test)) print(MNBclf.predict_proba(X_test)). 这是结果
確定! 回上一頁