Added
- [component] Add stats psi component
- [component] Add score card component
- [component] Add data sampling component
- [component] Add type cast component
- [component] Optimization GLM & LR training speed by using beaver cache
- [SLModel] Add attack method BLA
- [SLModel] Add defense method CAE
- [sgb] Support sample weight training
Fix
- [component] The online prediction of the GLM model has a large deviation compared with the offline prediction.