Course Name: Introduction to Machine Learning for Trading, Section No: 4, Unit No: 9, Unit type: Notebook
# Construct the upper plane
b = clf.support_vectors_[0]
yy_down = a * xx + (b[1] - a * b[0])
yy_down
shouldn't it be here: "# Construct the lower plane"?