Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

14
  • you are trying to multiply an integer by a dictionary , what is the type of values that are you passing to the class? Commented Jun 30, 2019 at 16:56
  • dictionary.values() Commented Jun 30, 2019 at 16:57
  • try passing list(dictionary.values()) Commented Jun 30, 2019 at 17:00
  • are you passing list(dictionary.values()) or dictionary.values() , you should pass the first one Commented Jun 30, 2019 at 17:01
  • 1
    It may be helpful: I used this website devarea.com/linear-regression-with-numpy/#.XRjkEegzaUl Commented Jun 30, 2019 at 17:16