You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Durante a compilação do módulo evaluating_improving_tuning.py apareceu o erro:
Traceback (most recent call last):
File "c:/Users/pc home jan 2020/OneDrive/Documentos/GitHub/building-ann/evaluating.py", line 30, in
onehotencoder = OneHotEncoder(categorical_features = [1])
TypeError: init() got an unexpected keyword argument 'categorical_features'
e durante a compilação do código do Jupyter notebook do ArtificialNeuralNetwork.ipynb, onde eu colei o trecho de código de avaliação, o resultado que obtenho é:
accuracies = [nan nan nan nan nan nan nan nan nan nan]
mean = nan
variance = nan
The text was updated successfully, but these errors were encountered:
Durante a compilação do módulo evaluating_improving_tuning.py apareceu o erro:
Traceback (most recent call last):
File "c:/Users/pc home jan 2020/OneDrive/Documentos/GitHub/building-ann/evaluating.py", line 30, in
onehotencoder = OneHotEncoder(categorical_features = [1])
TypeError: init() got an unexpected keyword argument 'categorical_features'
e durante a compilação do código do Jupyter notebook do ArtificialNeuralNetwork.ipynb, onde eu colei o trecho de código de avaliação, o resultado que obtenho é:
accuracies = [nan nan nan nan nan nan nan nan nan nan]
mean = nan
variance = nan
The text was updated successfully, but these errors were encountered: