Skip to content

Commit

Permalink
minor comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ShengKungYi committed Feb 9, 2015
1 parent 58e7376 commit 43a618c
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 @@ -23,7 +23,7 @@
### list the features you want to look at--first item in the
### list will be the "target" feature
features_list = ["bonus", "salary"]
data = featureFormat( dictionary, features_list, remove_any_zeroes=True)#, "long_term_incentive"], remove_any_zeroes=True )
data = featureFormat( dictionary, features_list, remove_any_zeroes=True)
target, features = targetFeatureSplit( data )

### training-testing split needed in regression, just like classification
Expand Down

0 comments on commit 43a618c

Please sign in to comment.