├── README.md └── pdf ├── IQ.md ├── compare_svm_lr.md ├── feature_selection.pdf ├── feature_selection_kaggle.pdf ├── gbdt_wepon.pdf ├── lr_pros_and_cons.md └── statistic.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangyuGithub01/Machine_Learning_Resources/HEAD/README.md -------------------------------------------------------------------------------- /pdf/IQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangyuGithub01/Machine_Learning_Resources/HEAD/pdf/IQ.md -------------------------------------------------------------------------------- /pdf/compare_svm_lr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangyuGithub01/Machine_Learning_Resources/HEAD/pdf/compare_svm_lr.md -------------------------------------------------------------------------------- /pdf/feature_selection.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangyuGithub01/Machine_Learning_Resources/HEAD/pdf/feature_selection.pdf -------------------------------------------------------------------------------- /pdf/feature_selection_kaggle.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangyuGithub01/Machine_Learning_Resources/HEAD/pdf/feature_selection_kaggle.pdf -------------------------------------------------------------------------------- /pdf/gbdt_wepon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangyuGithub01/Machine_Learning_Resources/HEAD/pdf/gbdt_wepon.pdf -------------------------------------------------------------------------------- /pdf/lr_pros_and_cons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangyuGithub01/Machine_Learning_Resources/HEAD/pdf/lr_pros_and_cons.md -------------------------------------------------------------------------------- /pdf/statistic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangyuGithub01/Machine_Learning_Resources/HEAD/pdf/statistic.md --------------------------------------------------------------------------------