Browse Source

readme update

main
mm 2 years ago
parent
commit
9c439bb6c8
  1. 2
      README.md

2
README.md

@ -47,7 +47,7 @@ The approach demonstrated can be extended to other metrics or features beyond ge
## How to Use ## How to Use
1. Install the required dependencies by running `pip install -r requirements.txt`. 1. Install the required dependencies by running `pip install -r requirements.txt`.
2. Run `make data` to generate the dataset of city distances. 2. Run `make data` to generate the dataset of city distances. This will create `city_distances.csv` by default only with US cities (for now).
3. Run `make train` to train the neural network model. 3. Run `make train` to train the neural network model.
4. Run `make eval` to evaluate the trained model and generate evaluation plots. 4. Run `make eval` to evaluate the trained model and generate evaluation plots.

Loading…
Cancel
Save