Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
samin50 committed Nov 23, 2022
1 parent 02ccf61 commit f79b09b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion part2_house_value_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def _preprocessor(self, x, y = None, training = False):
x.reset_index(drop=True, inplace=True)
x = x.drop(columns="ocean_proximity",axis = 0)
x = x.join(proximity_column)
print(x)
if training:
#Determine scaling factors
self.xMin = x.min()
Expand Down
Binary file modified part2_model.pickle
Binary file not shown.

0 comments on commit f79b09b

Please sign in to comment.