Skip to content

Instantly share code, notes, and snippets.

View saurav9878's full-sized avatar

Saurav Kumar saurav9878

View GitHub Profile

I've recently joined Amazon Dublin from India and got opportunities to interview with Meta London, Zalando Berlin & some other companies. I extensively researched about companies hiring internationally which support visa & relocation for Tech roles. So sharing list of companies:

Do consider to STAR, if it helped you.

London

@khuangaf
khuangaf / CategoricalEncoder.py
Last active March 31, 2019 19:19
This class is intended for faster and simpler categorical/ label encoding on large data, in which sklearn's LabelEncoder might be too slow.
'''
Author: Kung-hsiang, Huang (Steeve)
Date: 2019/Mar/15
'''
class CategoricalEncoder():
'''
This class is for those operating on large data, in which sklearn's LabelEncoder class may take too much time.
This encoder is only suitable for 1-d array/ list. You may modify it to become n-d compatible.
'''
@digitaljhelms
digitaljhelms / gist:4287848
Last active May 24, 2024 11:21
Git/GitHub branching standards & conventions

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch