Commit 9d5c1dac authored by Dr.李's avatar Dr.李

add xgboost submodule and update reademe

parent 6f5c1d00
[submodule "alphamind/pfopt"] [submodule "alphamind/pfopt"]
path = alphamind/pfopt path = alphamind/pfopt
url = https://github.com/alpha-miner/portfolio-optimizer.git url = https://github.com/alpha-miner/portfolio-optimizer.git
[submodule "xgboost"]
path = xgboost
url = https://github.com/dmlc/xgboost.git
...@@ -42,16 +42,16 @@ alpha - mind 提供了多因子研究中常用的工具链,包括: ...@@ -42,16 +42,16 @@ alpha - mind 提供了多因子研究中常用的工具链,包括:
在Windows上完整安装,需要有C++编译器(例如msvc): 在Windows上完整安装,需要有C++编译器(例如msvc):
```bash ```bash
build_windows_dependencies.bat build_windows_dependencies.bat
``` ```
* Linux * Linux
在linux上,需要c++编译器(例如g++)以及fortran编译器(例如gfortran) 在linux上,需要c++编译器(例如g++)以及fortran编译器(例如gfortran)
```bash ```bash
build_linux_dependencies.sh build_linux_dependencies.sh
``` ```
## 安装 ## 安装
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment