This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
// These settings override both User and Default settings for the Bash syntax | |
{ | |
"translate_tabs_to_spaces": true | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
Display running AWS Resource associate by Search Keyword. | |
- EC2: check all tag values | |
- Sagemake Notebook: check notebook name and all tag values | |
- RDS: check db identifier and all tag values | |
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
- Pip install this: https://github.com/aiguofer/gspread-pandas | |
- Follow this to setup your Google API credential: https://github.com/aiguofer/gspread-pandas#client-credentials | |
- Finally you put your credential.json file at ``~/.config/gspread_pandas/google_secret.json`` | |
""" | |
from gspread_pandas import Spread |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.. role:: red | |
:class: red | |
.. role:: blue | |
:class: blue | |
.. role:: green | |
:class: green | |
.. raw:: html |
Contents
- 使用sklearn做单机特征工程: http://www.cnblogs.com/jasonfreak/p/5448385.html
- Discover Feature Engineering, How to Engineer Features and How to Get Good at It: https://machinelearningmastery.com/discover-feature-engineering-how-to-engineer-features-and-how-to-get-good-at-it/
Kaggle Competetions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
DATABASE="Database name here" | |
HOST="Host here" | |
PORT=27017 | |
USERNAME="username" | |
PASSWORD="password" | |
BUCKET_NAME="www.wbh-doc.com" | |
STORAGE_PREFIX="FileHost/MongoBackup" # No Slash at Begin and End! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
NewerOlder