classroom/roles/linroom/tasks/xgboost.yml

8 lines
100 B
YAML
Raw Permalink Normal View History

2023-09-12 12:14:11 +00:00
- name: Install xgboost
apt:
name:
- xgboost
- python3-xgboost
state: latest