Python Snippets
Mostly for machine learning and other modeling
Contents
cv.ipynb - The right way to do cross validation (condensed in cv.py)
scalers-outliers.md - Scaling, by example
snippets.md - Useful snippets
xgboost.py - XGBoost with cross-validation
References
Late 2018: scikit-learn v0.20 is finally here! Lots of delicious changes. Read this great recap.