8 lines
100 B
YAML
8 lines
100 B
YAML
|
- name: Install xgboost
|
||
|
apt:
|
||
|
name:
|
||
|
- xgboost
|
||
|
- python3-xgboost
|
||
|
state: latest
|
||
|
|