llSourcell / linear_regression_demo

This is the code for "How to Make a Prediction - Intro to Deep Learning #1' by Siraj Raval on YouTube
191 stars 327 forks source link

Added Scipy as a requirement #2

Closed agsti closed 5 years ago

agsti commented 7 years ago

It was throwing an error when running, idk if it's best fix but so you know. Great work siraj!

brandonmanke commented 7 years ago

I think you need to add scipy before scikit-learn, because scipy is a dependency in scikit-learn.