mc2-project / secure-xgboost

Secure collaborative training and inference for XGBoost.
https://mc2-project.github.io/secure-xgboost/
Apache License 2.0
105 stars 32 forks source link

Make data paths absolute in usage example #152

Open chester-leung opened 3 years ago

chester-leung commented 3 years ago

Fixes #139

chester-leung commented 3 years ago

I think determining the path to the data folder using getcwd or similar might be nicer?

This update is just for the example in the README - the point is that the user should specify an absolute path. In my opinion, adding something like getcwd in the README usage example is not necessary and is a bit complicated.