Got an unexpected keyword arg 'class_names' #1019
Answered
by
rasbt
MananShukla7
asked this question in
Q&A
-
Hello, code: I am working on FashionMNIST dataset |
Beta Was this translation helpful? Give feedback.
Answered by
rasbt
Mar 4, 2023
Replies: 1 comment 2 replies
-
Hi there, maybe you are using an older version of MLXtend? Can you share the version you are using? E.g. import mlxtend
print(mlxtend.__version__) The most current version is 0.21.0 (from Sep 2022) |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
MananShukla7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
maybe you are using an older version of MLXtend? Can you share the version you are using? E.g.
The most current version is 0.21.0 (from Sep 2022)