Skip to content

Commit dbd38c3

Browse files
committed
update README.
1 parent 51498c5 commit dbd38c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Code for the paper "On Anomaly Detection for Walmart's Online Pricing System."
44

55
## Packages
66

7-
In order to run models, these python packages are needed:
7+
This code works on Python 2.7. In order to run models, these python packages are needed:
88

99
- pyod
1010
- scikit-learn
@@ -18,6 +18,8 @@ We can run the various models by providing the model name: gaussiannb, iforest,
1818
ipython train_evaluate_model.py -- --model autoencoder --input-filename input_data.pkl --output-filename autoencoder_output.pkl
1919
```
2020

21+
However, the input files are not currently part of the repository, and thus, the above command will not run successfully. We plan to include some sample data files in the future.
22+
2123
## Contact
2224

2325
If you have questions, feel free to send an email to jramakrishnan@walmartlabs.com.

0 commit comments

Comments
 (0)