diff --git a/K_Means/Titanic_Project/data/titanic.xls b/K_Means/Titanic_Project/data/titanic.xls index da4cec6..68e948d 100644 Binary files a/K_Means/Titanic_Project/data/titanic.xls and b/K_Means/Titanic_Project/data/titanic.xls differ diff --git a/K_Means/Titanic_Project/titanic.py b/K_Means/Titanic_Project/titanic.py index ba80d05..33403d1 100644 --- a/K_Means/Titanic_Project/titanic.py +++ b/K_Means/Titanic_Project/titanic.py @@ -30,7 +30,7 @@ # # Here we need to classify survive # or dead. Therefore value of n-clusters -# will be 2. +# will be 2.hey there def handle_non_numerical_data(df): columns = df.columns.values diff --git a/logistics.py b/logistics.py index ee35ef1..cb1e98f 100644 --- a/logistics.py +++ b/logistics.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# coding: utf-8 +# coding: utf-8 hello there import numpy as np import matplotlib.pyplot as plt