Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-roberson committed Apr 29, 2024
1 parent c586550 commit bd7e6b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Poetry is used to manage dependencies. To install the dependencies, run the foll

## Usage

To view an example of this framework in action, run the following command:
To view an example of this framework in action, run the following command (there is also a more detailed example in the taxi_model_example.py file, but requires a larger dataset and more complex env setup):
```bash
% poetry run python taxi_model_example.py
% poetry run python simple_example.py
Starting the computation sequence.
Running computation on data:
ColumnA ColumnB
Expand Down
Binary file removed TaxiFareRegrModel.pt
Binary file not shown.

0 comments on commit bd7e6b2

Please sign in to comment.