Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Tathagatd96/c36003343daaf602b351d2b3dd11056d to your computer and use it in GitHub Desktop.
Save Tathagatd96/c36003343daaf602b351d2b3dd11056d to your computer and use it in GitHub Desktop.
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