Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 350 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 350 Bytes

fintech-ml_python

這裡存放的是教科書 'An Introduction to Statistical Learning with Applications in R' by James, Witten, Hastie, Tibshirani (2013)'第一版的python程式碼更新

有更新的部分會在上面註解: (ex: # -- change LogisticRegression(solver='newton-cg') to LogisticRegression(solver='lbfgs'))

目前更新部分: CH4