Skip to content

Commit

Permalink
Update dnn_housing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vbvg2008 authored Jun 18, 2019
1 parent c864479 commit a46c519
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tabular/dnn_housing.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# from fastestimator.pipeline.static.preprocess import Reshape
from fastestimator.estimator.estimator import Estimator
from fastestimator.pipeline.pipeline import Pipeline
from sklearn.preprocessing import StandardScaler
Expand Down Expand Up @@ -53,4 +52,4 @@ def get_estimator(epochs=30, batch_size=32):
pipeline=pipeline,
epochs= epochs,
log_steps=10)
return estimator
return estimator

0 comments on commit a46c519

Please sign in to comment.