├── .gitignore ├── LICENSE ├── README.md ├── download.sh └── 李航《统计学习方法》笔记--从原理到实现:基于R.pdf /.gitignore: -------------------------------------------------------------------------------- 1 | /R 2 | /python 3 | /C++ -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xlite-dev/lihang-notes/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xlite-dev/lihang-notes/HEAD/README.md -------------------------------------------------------------------------------- /download.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xlite-dev/lihang-notes/HEAD/download.sh -------------------------------------------------------------------------------- /李航《统计学习方法》笔记--从原理到实现:基于R.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xlite-dev/lihang-notes/HEAD/李航《统计学习方法》笔记--从原理到实现:基于R.pdf --------------------------------------------------------------------------------