We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
В последнем блоке кода формирования отчета появляется ошибка: TypeError: unsupported operand type(s) for -: 'str' and 'float'
error in: module utilities_images.py function def plot_modules_weights ax.bar(features.index, features.values, color='g')
Also, in example_2 and example_3.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
В последнем блоке кода формирования отчета появляется ошибка:
TypeError: unsupported operand type(s) for -: 'str' and 'float'
error in:
module utilities_images.py
function def plot_modules_weights
ax.bar(features.index, features.values, color='g')
Also, in example_2 and example_3.
The text was updated successfully, but these errors were encountered: