clearml/examples/frameworks/xgboost/requirements.txt

9 lines
228 B
Plaintext
Raw Normal View History

2020-08-08 09:59:03 +00:00
matplotlib >= 3.1.1 ; python_version >= '3.6'
matplotlib >= 2.2.4 ; python_version < '3.6'
2020-06-15 19:48:51 +00:00
sklearn
2020-12-22 21:25:37 +00:00
clearml
2020-06-15 19:48:51 +00:00
xgboost>=0.90 ; python_version >= '3'
xgboost>=0.82 ; python_version < '3'
# sudo apt-get install graphviz
graphviz>=0.8