classroom/roles/xgboost/tasks/main_lin.yml

8 lines
100 B
YAML
Raw Normal View History

- name: Install xgboost
apt:
name:
- xgboost
- python3-xgboost
state: latest