Update HousingServe.py

This commit is contained in:
Puneith Kaul 2018-08-21 23:58:52 -07:00 committed by GitHub
parent 37cf0ef755
commit a85cc31fce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,6 @@ class HousingServe(object):
"""Generate a random sample feature."""
return np.ndarray([1, 37])
if __name__=='__main__':
if __name__ == '__main__':
serve = HousingServe()
print(serve.predict(serve.sample_test(), None))