forked from rc/classroom
6 lines
84 B
YAML
6 lines
84 B
YAML
- name: Install xgboost
|
|
apt:
|
|
name:
|
|
- python3-xgboost
|
|
state: latest
|
|
|