KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
XGBoost-py2cpp
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Nft-Challenge
:
A Simple NFT Smart Contract
BLACK
:
No description available.
esphome-somfy-rts
:
ESP8266 Somfy RTS multi-channel remote
detectron
:
Official repository for the ICLR 2023 paper "A Learning Based Hypothesis Test for Harmful Covariate Shift"
crypto_boy_marketplace
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
XGBoost-py2cpp
?
Download (.md)
# XGBoost-py2cpp 将基于python训练得到XGBoost模型,用于C++环境推理的示例Demo 所需的头文件、库文件已经包含在当前目录下 环境:Ubuntu, xgboost == 1.7.4 1. 在当前目录下,使用python获得训练模型 "checkpoint.model" ```python python xgb-train.py ``` 2. 编译链接运行推理cpp文件,对 "checkpoint.model"文件进行推理 ```shell bash xgb-infer.sh ``` 运行结果如图:  本内容拓展自:https://github.com/EmbolismSoil/xgboostpp