Skip to content

Instantly share code, notes, and snippets.

View suensummit's full-sized avatar
🚀
Liftoff

Summit Suen suensummit

🚀
Liftoff
View GitHub Profile
@suensummit
suensummit / INSTALLATION_GUIDE.md
Last active November 23, 2020 10:05
A Complete Installation Guide for `bigsnpr`(https://github.com/privefl/bigsnpr) on Azure Windows Server.
  • Install R, Rtools (Required), RStudio (Optional).
  • Install Git for Windows for retrive the latest version of xgboost.
  • Install Visual Studio Community, for c++ development environment.
    • Select Workload: Desktop/Mobile/Linux Development with C++ to obtain C++ CMake tool

Screen Shot 2020-11-23 at 12 18 37 PM

Screen Shot 2020-11-23 at 12 18 52 PM

@suensummit
suensummit / PCHome_crawler.py
Created January 10, 2021 00:58
Example PCHome crawler script for AWS Lambda
import numpy as np
import pandas as pd
import requests
import bs4
import lxml.etree as xml
import time
from sqlalchemy import create_engine
import pymysql
import pymssql