Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What module is missing?
#1
I am getting thee error as shown in the following attachment. It says normal not found. I guess I am missing a library/module.

So, what module should I import for this?
Any help appreciated. Thanks, in advance.

Led_Zepplin

Attached Files

Thumbnail(s)
   
Reply
#2
What about using a search engine? It found numpy.random.Generator.normal() for me. It looks like a good candidate for generating white noise.
Reply
#3
Next time post a link to the code you are copying. I found it here:

https://machinelearningmastery.com/what-...imization/

On that page I found this.

from numpy.random import normal
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  spwd module missing in iOS dr_atomic 3 2,389 Jun-14-2019, 10:32 AM
Last Post: noisefloor

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020