Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified K_Means/Titanic_Project/data/titanic.xls
Binary file not shown.
2 changes: 1 addition & 1 deletion K_Means/Titanic_Project/titanic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion logistics.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down