Skip to content

Commit

Permalink
point color typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ShengKungYi committed Feb 9, 2015
1 parent 43a618c commit 93cbc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression/finance_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from sklearn.cross_validation import train_test_split
feature_train, feature_test, target_train, target_test = train_test_split(features, target, test_size=0.5, random_state=42)
train_color = "b"
test_color = "b"
test_color = "r"



Expand Down

0 comments on commit 93cbc9c

Please sign in to comment.