wonook commented on a change in pull request #203: [NEMO-360] Implementing an 
'XGBoostPolicy'
URL: https://github.com/apache/incubator-nemo/pull/203#discussion_r267300351
 
 

 ##########
 File path: ml/requirements.txt
 ##########
 @@ -0,0 +1,9 @@
+graphviz==0.10.1
+matplotlib==3.0.3
+numpy==1.16.2
+psycopg2==2.7.7
+psycopg2-binary==2.7.7
+pygraphviz==1.5
+sklearn==0.0
+xgboost==0.82
+pandas==0.24.1
 
 Review comment:
   These are the packages required to run the XGBoost script. This is the usual 
convention for listing out the files used by the python script. With this file, 
one can easily set up the environments with `pip3 install -r requirements.txt`, 
and this is the convention. I could make it so that it is used in the xgboost 
shell script. Thanks for pointing out!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to