-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: polish talkingdata_demo.md #2994
base: main
Are you sure you want to change the base?
Conversation
|
||
预构建的 xgboost python wheel 可能与您计算机中的 openmldb python sdk 不兼容,可能会出现该报错: | ||
`train\_and\_serve.py core dump at SetGPUAttribute...` | ||
预构建的 XGboost python wheel 可能与您计算机中的 openmldb python sdk 不兼容,可能会出现该报错:`train\_and\_serve.py core dump at SetGPUAttribute...` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
python wheel => Python Wheel
openmldb python sdk => OpenMLDB Python SDK
**启动 Docker** | ||
|
||
``` | ||
```bash | ||
docker run -it 4pdosc/openmldb:0.7.1 bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.7.1 is old, use 0.8.5
安装所有依赖项: | ||
|
||
``` | ||
pip install pandas xgboost==1.4.2 sklearn tornado "openmldb>=0.5.0" requests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why delete the pip installations?
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?