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
I'm working with the code in chapter 3 in windows powershell and I can't get the code to run. I'm working with the first part of the code where we are plotting the three flower cases while training the perceptron.
I am getting this error:
Here's the version of numpy, Python, matplotlib, pandas, and sklearn that I have currently unstalled:
Python: 3.9.1 (tags/v3.9.1:1e5d33e, Dec 7 2020, 17:08:21) [MSC v.1927 64 bit (AMD64)]
numpy: 1.20.3
matplotlib: 3.4.2
pandas: 1.2.4
sklearn: 0.24.2
Please note that I am using the code provided on packt.com
The text was updated successfully, but these errors were encountered:
I installed an older version of matplotlib, 3.3.0, and it worked. However I believe from versions 3.3.2 and on a explicit list will be needed in place of a string of single colors.
I'm working with the code in chapter 3 in windows powershell and I can't get the code to run. I'm working with the first part of the code where we are plotting the three flower cases while training the perceptron.
I am getting this error:
Here's the version of numpy, Python, matplotlib, pandas, and sklearn that I have currently unstalled:
Python: 3.9.1 (tags/v3.9.1:1e5d33e, Dec 7 2020, 17:08:21) [MSC v.1927 64 bit (AMD64)]
numpy: 1.20.3
matplotlib: 3.4.2
pandas: 1.2.4
sklearn: 0.24.2
Please note that I am using the code provided on packt.com
The text was updated successfully, but these errors were encountered: