Skip to content

Instantly share code, notes, and snippets.

View saahil1292's full-sized avatar
🏠
Working from home

Saahil Sharma saahil1292

🏠
Working from home
  • Mumbai, India
View GitHub Profile
@saahil1292
saahil1292 / .block
Last active November 22, 2018 14:13
Model 1 - Cash Reward and Non Offer
license: mit
@saahil1292
saahil1292 / .block
Last active November 30, 2018 08:23
Model 2 - Avios, Non Offer and Cash Reward
license: mit
@saahil1292
saahil1292 / .block
Last active September 15, 2018 13:50
Citi Wealth Management
license: mit
@saahil1292
saahil1292 / Game_of_Thrones_Feature_Engineering.py
Created August 19, 2017 09:53
New features in the dataset
# battles['attcker_number'] = []
@timeit
def new_features(dataframe1, dataframe2):
''' Creates New Features in both the dataframes
Parameters
-----------
method: dataframes
Return
@saahil1292
saahil1292 / Game_of_Thrones.py
Created August 1, 2017 09:30
Exploratory Data Analysis of Game of Thrones Dataset
# Future Imports
from __future__ import absolute_import
from __future__ import print_function
from __future__ import division
from __future__ import unicode_literals
# Data Cleaning
from pandas import read_csv
import numpy as np