Boa tarde! No momento em que fui importar, eu encontrei este erro: Alguém pode me dar um help? Não achei nehum erro parecido em outros fóruns Muito obrigada :)
from sklearn.naive_bayes import MultinonmialNB
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-39-f159a0c5b78d> in <module>()
----> 1 from sklearn.naive_bayes import MultinonmialNB
ImportError: cannot import name 'MultinonmialNB' from 'sklearn.naive_bayes' (/usr/local/lib/python3.7/dist-packages/sklearn/naive_bayes.py)
---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.