Created
June 15, 2018 06:14
-
-
Save Tathagatd96/c36003343daaf602b351d2b3dd11056d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
import pandas as pd | |
import tensorflow as tf | |
from sklearn.model_selection import train_test_split | |
from sklearn.preprocessing import MinMaxScaler | |
df=pd.read_csv("cal_housing_clean.csv") | |
print(df.describe()) #to understand the dataset |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment